From 6c92ae504cb538b2f53b4069765b0c7d4ce0bafc Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 6 Mar 2022 17:42:36 +0100 Subject: [PATCH] Typo in test name --- Test/Rotate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Rotate.cpp b/Test/Rotate.cpp index 44cd66c..9b664bb 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__"/Rotating_produces_the_correct_results", "[Rotate]") { SECTION("90deg clockwise") { // Read an image