diff --git a/src/test/test_funktionen.c b/src/test/test_funktionen.c index d89710f..bc91842 100644 --- a/src/test/test_funktionen.c +++ b/src/test/test_funktionen.c @@ -48,7 +48,7 @@ void test_naturalLogarithm_for_100(void) { } -void test_factorial(void) { +void test_factorial_of_5(void) { int result = factorial(5); TEST_ASSERT_EQUAL_INT(120, result); }