Skip to content

Commit

Permalink
Fix string in test
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Aug 19, 2021
1 parent 63065f4 commit 3e1dc4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_bytecode_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def check(actual, expected):
+ str(expected_bc.arg1)
+ ", "
+ str(expected_bc.arg2)
+ ")"
+ " but got "
+ ") but got "
+ bytecode_as_str(actual_bc)
+ "("
+ str(actual[i + 1])
Expand Down

0 comments on commit 3e1dc4f

Please sign in to comment.