Skip to content

Commit

Permalink
Flake 8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jan 15, 2024
1 parent 64e93b6 commit 1542d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_csv2bufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_validate_mapping_fail():
]
}
try:
success = validate_mapping(test_data)
success = c2bt.validate_template(test_data)
except Exception:
success = False
assert success != SUCCESS
Expand Down Expand Up @@ -250,4 +250,4 @@ def test_transform(data_dict, mapping_dict):


def test_templates():
assert c2bt.load_template('21327aac-46a6-437d-ae81-7a16a637dd2c') is not None
assert c2bt.load_template('21327aac-46a6-437d-ae81-7a16a637dd2c') is not None # noqa

0 comments on commit 1542d1a

Please sign in to comment.