From abbccb545d746bb2c1e3b3e9207c8ee87f845974 Mon Sep 17 00:00:00 2001 From: Jan Kotanski Date: Tue, 19 Nov 2024 14:08:20 +0100 Subject: [PATCH] make ebool test file names different --- test/contrib/nexus/ebool_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();