Skip to content

Commit 3bd4f5d

Browse files
[patch] add latest catalogas 250605
1 parent f39c472 commit 3bd4f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_list_catalogs():
2626
def test_get_newest_catalog_tag():
2727
catalogTag = getNewestCatalogTag("amd64")
2828
# Reminder: update this test when adding a new catalog each month!
29-
assert catalogTag == "v9-250501-amd64"
29+
assert catalogTag == "v9-250605-amd64"
3030

3131

3232
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)