Skip to content

Commit

Permalink
Reflect new test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Jun 19, 2020
1 parent 4499b5f commit 479759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simmer/tests/tests_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_check_logsheet_incorrect(self):
inst = i.ShARCS()
excel_path = "src/simmer/Examples/Shane/logsheet_incorrect.xlsx"
failed = check.check_logsheet(inst, excel_path)
self.assertTrue(failed == 9)
self.assertTrue(failed == 7)

def test_check_logsheet_correct(self):
inst = i.ShARCS()
Expand Down

0 comments on commit 479759a

Please sign in to comment.