Skip to content

Commit

Permalink
try to fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Mar 22, 2019
1 parent 6a1e28a commit 4735dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ def test_badfile_all_validation_errors():

results = bods_json_output(cove_temp_folder, json_filename)

assert results['validation_errors_count'] == 39
assert results['validation_errors_count'] == 37
assert results['additional_fields_count'] == 1
assert results['additional_checks_count'] == 9
assert results['additional_checks_count'] == 11
assert results['file_type'] == 'json'

for (i, (expected_error, expected_values)) in enumerate(BADFILE_RESULTS):
Expand Down

0 comments on commit 4735dc9

Please sign in to comment.