Skip to content

Commit

Permalink
Add 10.3.1 and 10.2.8 storages to migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Sep 11, 2024
1 parent 2af5f8c commit 2ce8735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration_tests/test_storage_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def copy_shared(tmp_path, block_storage_path):
@pytest.mark.parametrize(
"ert_version",
[
"10.3.1",
"10.2.8",
"10.1.3",
"10.0.3",
"9.0.17",
Expand Down Expand Up @@ -178,6 +180,8 @@ def test_that_storage_matches(
@pytest.mark.parametrize(
"ert_version",
[
"10.3.1",
"10.2.8",
"10.1.3",
"10.0.3",
"9.0.17",
Expand Down

0 comments on commit 2ce8735

Please sign in to comment.