Skip to content

Commit e9361da

Browse files
committed
Fix popping error
1 parent 8059a2e commit e9361da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fullsim_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from muse.examples import AVAILABLE_EXAMPLES
77

88
# temporary skip for default_new_input as this is not yet working
9-
AVAILABLE_EXAMPLES.pop("default_new_input")
9+
AVAILABLE_EXAMPLES.remove("default_new_input")
1010

1111

1212
@mark.regression

0 commit comments

Comments
 (0)