From 32faccf68f8ba4e2cf66f4e4a0677f1bd575948c Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 6 Mar 2022 15:36:38 +0100 Subject: [PATCH] Fix test naming scheme --- Test/Rotate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Rotate.cpp b/Test/Rotate.cpp index 1270172..44cd66c 100644 --- a/Test/Rotate.cpp +++ b/Test/Rotate.cpp @@ -6,7 +6,7 @@ using namespace Leonetienne::BmpPP; using namespace Eule; // Tests that rotating works -TEST_CASE(__FILE__"/Mirroring produces the correct results", "[Rotate]") +TEST_CASE(__FILE__"/Mirroring_produces_the_correct_results", "[Rotate]") { SECTION("90deg clockwise") { // Read an image