Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
Fixed get_distance test
  • Loading branch information
JAHDavis authored Aug 10, 2024
1 parent c0f6d65 commit 5fb55b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_get_distance(self):

self.assertEqual(get_distance("4xRELAY"), None)
self.assertEqual(get_distance("4xDMR"), None)
self.assertEqual(get_distance("4xSMR"), None)
self.assertEqual(get_distance("4xSMR"), 1600)
self.assertEqual(get_distance("4xSWR"), 1000)

self.assertEqual(get_distance("6x5000"), 30000)
Expand Down

0 comments on commit 5fb55b1

Please sign in to comment.