Skip to content

Commit

Permalink
Fix HTTP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Sep 2, 2024
1 parent 75fd72c commit fa196ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarrs_storage/src/store/store_sync/http_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ mod tests {
use std::error::Error;

const HTTP_TEST_PATH_REF: &str =
"https://raw.githubusercontent.com/LDeakin/zarrs/main/tests/data/store";
"https://raw.githubusercontent.com/LDeakin/zarrs/main/zarrs/tests/data/store";

#[test]
#[cfg_attr(miri, ignore)]
Expand Down

0 comments on commit fa196ca

Please sign in to comment.