Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Feb 22, 2024
1 parent cb84bd2 commit a309aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_fileprefix_from_cmd(self):
'ab"a': 'aba',
'a{:$:S@"a': 'aSa',
'cmd-with-dash': 'cmd-with-dash',
'cmd_with_underscore'. 'cmd_with_underscore',
'cmd_with_underscore': 'cmd_with_underscore',
}
for cmd, expected_simplification in cmds.items():
self.assertEqual(fileprefix_from_cmd(cmd), expected_simplification)
Expand Down

0 comments on commit a309aae

Please sign in to comment.