Browse Source

refactoring: standardized the test naming

remotes/origin/kgV
cxnnqr 11 months ago
parent
commit
d954780e2d
  1. 2
      test/kgV/test_kgV.c

2
test/kgV/test_kgV.c

@ -6,7 +6,7 @@ void setUp(void){}
void tearDown(void){}
// Tests for common Cases:
void test_kgV8And6(void) {
void test_kgVOf8And6(void) {
TEST_ASSERT_EQUAL_INT(24, kgV(8, 6));
}

Loading…
Cancel
Save