Typo in test name

This commit is contained in:
Leonetienne 2022-03-06 17:42:36 +01:00
parent 2f0d39a797
commit 6c92ae504c

View File

@ -6,7 +6,7 @@ using namespace Leonetienne::BmpPP;
using namespace Eule; using namespace Eule;
// Tests that rotating works // 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") { SECTION("90deg clockwise") {
// Read an image // Read an image