Skip to content

Commit d65c0c2

Browse files
committed
Fix failing test
1 parent f58d29f commit d65c0c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/ert/unit_tests/storage/test_storage_migration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ def test_that_manual_update_from_migrated_storage_works(
380380
("response_key", pl.String),
381381
("std", pl.Float32),
382382
("time", pl.Datetime(time_unit="ms")),
383+
("location_x", pl.Float32),
384+
("location_y", pl.Float32),
385+
("location_range", pl.Float32),
383386
}
384387

385388
prior_gendata = prior_ens.load_responses(

0 commit comments

Comments
 (0)