From 22a2f5c22153ca73780de72c2c06a6efef4c5552 Mon Sep 17 00:00:00 2001 From: Ronja Awe Date: Wed, 1 Feb 2023 10:56:20 +0100 Subject: [PATCH] refactoring: funktionsnamen geaendert --- test/c/test_labyrinth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/c/test_labyrinth.c b/test/c/test_labyrinth.c index a399512..ee0a2bd 100644 --- a/test/c/test_labyrinth.c +++ b/test/c/test_labyrinth.c @@ -34,7 +34,7 @@ void test_runExampleTest(void) } -void test_LabyrinthAmZiel(void){ +void test_LabyrinthAmZielAngekommen(void){ bool result; int input = 1; @@ -52,7 +52,7 @@ void test_LabyrinthAmZiel(void){ } -void test_LabyrinthAmZiel2(void){ +void test_LabyrinthAmZielNichtAngekommen(void){ bool result; int input = 1;