Skip to content

Commit 3e1dc4f

Browse files
committed
Fix string in test
Signed-off-by: Stefan Marr <[email protected]>
1 parent 63065f4 commit 3e1dc4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_bytecode_generation.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ def check(actual, expected):
101101
+ str(expected_bc.arg1)
102102
+ ", "
103103
+ str(expected_bc.arg2)
104-
+ ")"
105-
+ " but got "
104+
+ ") but got "
106105
+ bytecode_as_str(actual_bc)
107106
+ "("
108107
+ str(actual[i + 1])

0 commit comments

Comments
 (0)