Browse Source

refactoring: renamed test to match content of test

remotes/origin/feature/feature-fractions
fdai7783 11 months ago
committed by fdai7764
parent
commit
f07013a1cf
  1. 2
      src/test/py/logarithmic_ann_expo_and_root_calculations.py

2
src/test/py/logarithmic_ann_expo_and_root_calculations.py

@ -15,7 +15,7 @@ class primitive_calculations(unittest.TestCase):
def test_2_potentiate_3_equals_8(self):
self.assertEqual(potentiate(2, 3), 8)
def test_8_log_3_equals_2(self):
def test_4_log_2_equals_2(self):
self.assertEqual(logarithmize(4, 2), 2)
def test_4_ld_equals_2(self):

Loading…
Cancel
Save