Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 27, 2024
1 parent d4c7baa commit f118672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_fail_invalid_link_channel_wis2_topic(self):
ts = WMOCoreMetadataProfileTestSuite2(record)
results = ts.run_tests()

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

self.assertEqual(codes.count('FAILED'), 1)
self.assertEqual(codes.count('PASSED'), 11)
Expand Down

0 comments on commit f118672

Please sign in to comment.