Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 9, 2024
1 parent d06de73 commit b17437a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def test_fail(self):

codes = [r['code'] for r in results['ets-report']['tests']]

self.assertEqual(codes.count('FAILED'), 4)
self.assertEqual(codes.count('PASSED'), 8)
self.assertEqual(codes.count('FAILED'), 3)
self.assertEqual(codes.count('PASSED'), 9)
self.assertEqual(codes.count('SKIPPED'), 0)

with self.assertRaises(ValueError):
Expand Down

0 comments on commit b17437a

Please sign in to comment.