@ -18,7 +18,7 @@ void test_sub_double_1(void)
TEST_ASSERT_EQUAL_DOUBLE(expected, result); // Überprüfung, ob das Ergebnis dem Erwarteten entspricht
}
void test_subtraktion_5_minus_4_subint(void)
void test_sub_int_1(void)
{
int result, expected = 1; // Erwartetes Ergebnis soll 1 sein