fixed typo
Some checks failed
Build on RHEL9 / build (push) Successful in 2m19s
Build on RHEL8 / build (push) Failing after 2m30s

This commit is contained in:
froejdh_e
2025-04-24 13:39:43 +02:00
parent 1efea38e6d
commit 632a59daac

View File

@ -11,7 +11,7 @@ using aare::ClusterFile;
using aare::ClusterVector; using aare::ClusterVector;
TEST_CASE("Read one frame from a a cluster file", "[.files]") { TEST_CASE("Read one frame from a cluster file", "[.files]") {
//We know that the frame has 97 clusters //We know that the frame has 97 clusters
auto fpath = test_data_path() / "clust" / "single_frame_97_clustrers.clust"; auto fpath = test_data_path() / "clust" / "single_frame_97_clustrers.clust";
REQUIRE(std::filesystem::exists(fpath)); REQUIRE(std::filesystem::exists(fpath));