FAIL: test_diagonal (test_module.UnitTests)
Traceback (most recent call last):
File “/home/runner/boilerplate-polygon-area-calculator/test_module.py”, line 56, in test_diagonal
self.assertEqual(actual, expected, ‘Expected diagonal of rectangle to be 6.708203932499369’)
AssertionError: 15.0 != 6.708203932499369 : Expected diagonal of rectangle to be 6.708203932499369
Ran 15 tests in 0.001s
FAILED (failures=1)