Skip to content

Commit

Permalink
eofl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Jan 25, 2024
1 parent f18557e commit b730338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def test_from_dict():
def test_excess_fields():
data = {'some': 'data', 'aditional': 'data', 'id': 'foo', 'status': 10}
VerificationDocumentStep._filter_excess_fields(data)
assert 'some' not in data
assert 'some' not in data

0 comments on commit b730338

Please sign in to comment.