Skip to content

Commit

Permalink
Fix test_examples.py reference to roman_numerals
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed May 13, 2024
1 parent 6794328 commit b8fbf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Expand Up @@ -23,7 +23,7 @@ def test_tap(self):
self._run("TAP")

def test_roman_numerals(self):
self._run("romanNumerals")
self._run("roman_numerals")

def test_sexp_parser(self):
self._run("sexpParser")
Expand Down

0 comments on commit b8fbf76

Please sign in to comment.