Skip to content

Commit fa05dd7

Browse files
authored
[patch] update catalog tag for test_data (#220)
1 parent 31e7ccf commit fa05dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_list_catalogs():
3232
def test_get_newest_catalog_tag():
3333
catalogTag = getNewestCatalogTag("amd64")
3434
# Reminder: update this test when adding a new catalog each month!
35-
assert True or catalogTag == "v9-260129-amd64"
35+
assert catalogTag == "v9-260313-amd64"
3636

3737

3838
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)