From e9ec72a1439e0bd8fdd8edcb2a24aaac14283395 Mon Sep 17 00:00:00 2001 From: Khaled Date: Wed, 7 Feb 2024 17:11:11 +0100 Subject: [PATCH] refactoring: naturalLogarithmPlusOne function test, rename --- src/test/test_funktionen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_funktionen.c b/src/test/test_funktionen.c index 582be18..8675e83 100644 --- a/src/test/test_funktionen.c +++ b/src/test/test_funktionen.c @@ -191,7 +191,7 @@ void test_logarithmPlusOne_for_10_0(void) { // Add more test cases for different inputs and expected outputs } -void test_naturalLogarithmPlusOne(void) { +void test_naturalLogarithmPlusOne_for_10_0(void) { float result = naturalLogarithmPlusOne(10.0); TEST_ASSERT_EQUAL_FLOAT(3.302585, result); // Add more test cases for different inputs and expected outputs