Browse Source

refactoring: Testvariable verbessert

remotes/origin/habib
Habib 11 months ago
parent
commit
ec7fbb51c0
  1. 4
      src/test/test_funktionen.c

4
src/test/test_funktionen.c

@ -266,8 +266,8 @@ void test_weight_at_mass100(void)
float expected = 981;
/* act */;
float m = 100;
actual = calculateWeight(m);
float mass = 100;
actual = calculateWeight(mass);
/* assert */
TEST_ASSERT_EQUAL_FLOAT(expected, actual);

Loading…
Cancel
Save