Skip to content

Commit a0e06e5

Browse files
committed
Add test docstring.
1 parent 9293f5e commit a0e06e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests_tui/test_tui_create_folders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ async def test_validation_error_and_bypass_validation(
327327
async def test_allow_alphanumeric_sub_ses_values(
328328
self, setup_project_paths
329329
):
330-
""""""
330+
"""Turn on allow alphanumeric labels and check sub and ses folders with such labels are created."""
331331
_, _, project_name = setup_project_paths.values()
332332

333333
app = TuiApp()

0 commit comments

Comments
 (0)