Skip to content

Commit

Permalink
Fix test results
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Sep 9, 2023
1 parent 31fef5a commit 097196a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def test_one_feeder(self):
vo_box = vo.containers
self.assertAlmostEqual(vi_teu, 150)
self.assertAlmostEqual(vi_box, 75)
self.assertAlmostEqual(vo_teu, 58.5)
self.assertAlmostEqual(vo_box, 29.25)
self.assertAlmostEqual(vo_teu, 72)
self.assertAlmostEqual(vo_box, 36)
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_text_report(self):
expected_report = \
'''
discharged (in containers) loaded (in containers)
12000 4680
12000 5760
(rounding errors might exist)
'''
self.assertEqual(report, expected_report)

0 comments on commit 097196a

Please sign in to comment.