Skip to content

Commit

Permalink
update filename to avoid access errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 10, 2025
1 parent 59008f8 commit 3f298e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TEST_CASE("SimpleExamples", "[hdf5io]")
{
SECTION("docsExample")
{
std::string path = getTestFilePath("testWithSWMRMode.h5");
std::string path = getTestFilePath("testSimpleExample.h5");
// [example_hdf5io_code_snippet]
std::unique_ptr<AQNWB::IO::HDF5::HDF5IO> hdf5io =
std::make_unique<AQNWB::IO::HDF5::HDF5IO>(path);
Expand Down

0 comments on commit 3f298e8

Please sign in to comment.