Skip to content

Commit 68e80ba

Browse files
committed
fix: test case correction
1 parent 6ac2315 commit 68e80ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pure/tests/test_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ def test_overload_incrementer_2():
142142

143143
incr = Incrementer2()
144144

145-
assert incr.increment_2(1.5) == 2.5
146-
assert incr.increment_2(1) == 2
145+
assert incr.increment_2(1.5) == 3.5
146+
assert incr.increment_2(1) == 3

0 commit comments

Comments
 (0)