Skip to content

Commit

Permalink
make ebool test file names different (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan authored Nov 20, 2024
1 parent 5fb2f8e commit 517a81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contrib/nexus/ebool_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SCENARIO("testing EBOOL IO") {
}

SCENARIO("testing EBOOL IO with cref") {
auto f = file::create("ebool_attribute_test.h5", file::AccessFlags::Truncate);
auto f = file::create("ebool_attribute_cref_test.h5", file::AccessFlags::Truncate);
auto root = f.root();
auto type = datatype::get<datatype::EBool>();

Expand Down

0 comments on commit 517a81e

Please sign in to comment.