Skip to content

Commit 517a81e

Browse files
authored
make ebool test file names different (#658)
1 parent 5fb2f8e commit 517a81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/contrib/nexus/ebool_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ SCENARIO("testing EBOOL IO") {
143143
}
144144

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

0 commit comments

Comments
 (0)