Skip to content

Commit

Permalink
fixing test error count
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Mar 11, 2024
1 parent c9a4266 commit 3793ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/isatab/validate/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def is_investigation(investigation_df):
data_path = path.join(path.dirname(path.abspath(__file__)), '..', '..', 'data', 'tab', 'BII-S-3')
with open(path.join(data_path, 'i_gilbert.txt'), 'r') as data_file:
r = validate(data_file, rules=rules)
self.assertEqual(len(r['warnings']), 1)
self.assertEqual(len(r['warnings']), 2)

rule = '12000'
expected_error = {
Expand Down

0 comments on commit 3793ed6

Please sign in to comment.