Skip to content

Commit 3e43f4e

Browse files
committed
Remove unnecessary poly case usage
1 parent 649d030 commit 3e43f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ert/unit_tests/plugins/test_export_misfit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_export_misfit(snake_oil_default_storage, snapshot):
2323
)
2424

2525

26-
def test_export_misfit_no_responses_in_storage(poly_case, new_ensemble):
26+
def test_export_misfit_no_responses_in_storage(new_ensemble):
2727
with pytest.raises(StorageError, match="No responses loaded"):
2828
ExportMisfitDataJob().run(new_ensemble, [])
2929

0 commit comments

Comments
 (0)