Skip to content

Commit

Permalink
Update test_third_angle_of_triangle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 24, 2024
1 parent 82c1c83 commit 3f63da4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def test_other_angle(self):
expected = 60
print_log(a=a, b=b, expected=expected)
self.assertEqual(other_angle(a, b), expected)
self.assertEqual(other_angle(60, 60), 60)

with allure.step("Enter values of two angles and return the 3rd"):
a = 43
Expand Down

0 comments on commit 3f63da4

Please sign in to comment.