Skip to content

Commit 5fc69c2

Browse files
committed
Add migration test 14->15
1 parent f6139d0 commit 5fc69c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/bases/renku_data_services/data_api/test_search_migrations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def _helper(latest_version: int | None = None) -> list[SchemaMigration]:
8484
[
8585
(12, 13),
8686
(13, 14),
87+
(14, 15)
8788
],
8889
)
8990
@pytest.mark.xdist_group("search")

0 commit comments

Comments
 (0)