Skip to content

Commit

Permalink
Update tests/integration/stream-zarr-v3-multi-frame-append.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Liddell <alan.c.liddell@gmail.com>
  • Loading branch information
nclack and aliddell authored Jan 23, 2025
1 parent 8824461 commit 9d8240c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/stream-zarr-v3-multi-frame-append.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ static const fs::path test_path = "multi-frame-test.zarr";

static ZarrStream*
setup() {
const auto test_path_str = test_path.string();

ZarrStreamSettings settings = {
.store_path = test_path.string().c_str(),
.version = ZarrVersion_3,
.store_path = test_path_str.c_str(),
.data_type = ZarrDataType_uint16,
.version = ZarrVersion_3,
};

CHECK(ZarrStatusCode_Success ==
Expand Down

0 comments on commit 9d8240c

Please # to comment.