diff --git a/zarrs_storage/src/store/store_sync/http_store.rs b/zarrs_storage/src/store/store_sync/http_store.rs index 488713eb..b5606cae 100644 --- a/zarrs_storage/src/store/store_sync/http_store.rs +++ b/zarrs_storage/src/store/store_sync/http_store.rs @@ -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)]