We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb2f8e commit 517a81eCopy full SHA for 517a81e
test/contrib/nexus/ebool_test.cpp
@@ -143,7 +143,7 @@ SCENARIO("testing EBOOL IO") {
143
}
144
145
SCENARIO("testing EBOOL IO with cref") {
146
- auto f = file::create("ebool_attribute_test.h5", file::AccessFlags::Truncate);
+ auto f = file::create("ebool_attribute_cref_test.h5", file::AccessFlags::Truncate);
147
auto root = f.root();
148
auto type = datatype::get<datatype::EBool>();
149
0 commit comments