Skip to content

Commit

Permalink
Update GENERATED_TEST_DATA_ALL_URL in noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Aug 29, 2023
1 parent 454f159 commit 72dd88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_data_tar_generated_ci(session) -> None:
make_tarfile(GENERATED_TEST_DATA_CI_TAR, GENERATED_TEST_DATA_CI_DIRS)


GENERATED_TEST_DATA_ALL_URL = 'https://osf.io/uvgjt/download'
GENERATED_TEST_DATA_ALL_URL = 'https://osf.io/xfp6n/download'


@nox.session(name='test-data-download-generated-all')
Expand Down

0 comments on commit 72dd88b

Please sign in to comment.