Skip to content

Commit

Permalink
Update to newest version of legend-test-data
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann authored and oschulz committed Jul 31, 2023
1 parent 1bf0784 commit a9a3d6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[legend_testdata]
git-tree-sha1 = "f0aa7fef9f9e036c5153061b83c23929bbc1fd67"
git-tree-sha1 = "fa62c8135044cd5672a15bd775d7c312c26c46a3"

[[legend_testdata.download]]
sha256 = "12343277fa8d6f595f04cf77d22ea95bac6de2b5315def1a0a3663e3529fff58"
url = "https://api.github.com/repos/legend-exp/legend-testdata/tarball/7df474059cb6cf1d7c7ff836ddfb7e8d3373abb0"
sha256 = "3c5176d0aa2c00f6510a7534a51bbae2be3c1c66e690b4fe695dad8a7055df6b"
url = "https://api.github.com/repos/legend-exp/legend-testdata/tarball/112999395958e2ac03d0c9243c8b6ee877d4e058"
2 changes: 1 addition & 1 deletion src/LegendTestData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ managed via [DataDeps.jl](https://github.com/oxinabox/DataDeps.jl).
Set `ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"` to avoid interactive prompt
asking for download permission.
"""
legend_test_data_path() = joinpath(artifact"legend_testdata", "legend-exp-legend-testdata-7df4740")
legend_test_data_path() = joinpath(artifact"legend_testdata", "legend-exp-legend-testdata-1129993")
export legend_test_data_path


Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ using Test

@testset "Package LegendTestData" begin

@info legend_test_data_path()
@test isdir(joinpath(legend_test_data_path(), "data"))

end # testset

0 comments on commit a9a3d6a

Please sign in to comment.