Skip to content

Commit

Permalink
solutions/kgs_to_lbs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwaAbdelkhalik committed Jan 12, 2025
1 parent f022028 commit 1ba8813
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions solutions/kgs_to_lbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,3 @@ def test_negative_input(self):
def test_large_value(self):
"""Test conversion for large values."""
self.assertAlmostEqual(kg_to_lbs(1000), 2204.62, places=2)


if _name_ == "_main_":
unittest.main()

0 comments on commit 1ba8813

Please sign in to comment.