Skip to content

Commit 1098232

Browse files
fix test
1 parent b965963 commit 1098232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/environment/test_enumerations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_effect_end():
115115
assert Effect.QUASH not in furret.effects
116116

117117
# Test end on switch
118-
furret.switch_out()
118+
furret.switch_out({})
119119
assert Effect.MUMMY not in furret.effects
120120

121121
# Test the definition of Volatile Status

0 commit comments

Comments
 (0)