diff --git a/test/contrib/nexus/ebool_test.cpp b/test/contrib/nexus/ebool_test.cpp index c141451c7b..d8a66d6ce3 100644 --- a/test/contrib/nexus/ebool_test.cpp +++ b/test/contrib/nexus/ebool_test.cpp @@ -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();