Skip to content

Commit

Permalink
Use version 0.5 for test data
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 26, 2024
1 parent e164405 commit d9a0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import tarfile
import sys

TEST_DATA_VERSION = "0.3"
TEST_DATA_VERSION = "0.5"
ARCHIVE_URL_TEMPL = "https://github.com/openzim/zim-testing-suite/releases/download/v{version}/zim-testing-suite-{version}.tar.gz"

if __name__ == "__main__":
Expand Down

0 comments on commit d9a0144

Please sign in to comment.