Skip to content

Commit e957431

Browse files
committed
fixup! Support glob pattern in seismic responses
1 parent 138ffe7 commit e957431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ert/unit_tests/config/test_seismic_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_that_seismic_config_reads_from_all_input_files(mocked_files, suffix):
176176

177177

178178
@pytest.mark.usefixtures("use_tmpdir")
179-
def test_that_seismic_config_supports_blob_pattern():
179+
def test_that_seismic_config_supports_glob_pattern():
180180
key1 = "horizon1--amplitude_full_mean_depth--20260101_20240101"
181181
key2 = "horizon1--amplitude_full_min_depth--20250101_20240101"
182182
key3 = "horizon2--amplitude_far_min_depth--20250101_20240101"

0 commit comments

Comments
 (0)