File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def testMethod():
2020 return False
2121
2222 test .test = testMethod
23- test .description = lambda : "'check_input' works correctly. "
23+ test .description = lambda : "'check_input' works correctly"
2424
2525
2626@t .test (1 )
@@ -35,7 +35,7 @@ def testMethod():
3535 return False
3636
3737 test .test = testMethod
38- test .description = lambda : "'transcribe_dna_to_rna' works correctly. "
38+ test .description = lambda : "'transcribe_dna_to_rna' works correctly (with any combination of upper/lower case input) "
3939
4040
4141@t .test (2 )
@@ -48,7 +48,7 @@ def testMethod():
4848 return False
4949
5050 test .test = testMethod
51- test .description = lambda : "'convert_to_list' works correctly. "
51+ test .description = lambda : "'convert_to_list' works correctly"
5252
5353
5454@t .test (3 )
@@ -61,4 +61,4 @@ def testMethod():
6161 return False
6262
6363 test .test = testMethod
64- test .description = lambda : "'convert_to_string' works correctly. "
64+ test .description = lambda : "'convert_to_string' works correctly"
You can’t perform that action at this time.
0 commit comments