Skip to content

Commit a309aae

Browse files
authored
typo
1 parent cb84bd2 commit a309aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_fileprefix_from_cmd(self):
201201
'ab"a': 'aba',
202202
'a{:$:S@"a': 'aSa',
203203
'cmd-with-dash': 'cmd-with-dash',
204-
'cmd_with_underscore'. 'cmd_with_underscore',
204+
'cmd_with_underscore': 'cmd_with_underscore',
205205
}
206206
for cmd, expected_simplification in cmds.items():
207207
self.assertEqual(fileprefix_from_cmd(cmd), expected_simplification)

0 commit comments

Comments
 (0)