Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Jul 19, 2023
1 parent ac244ab commit 820ee8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,8 @@ def test_recursive_resolve(self):
for key in fastavro_keys:
if '__' in key and '__len__' not in key:
fully_resolved_schema.pop(key)

Check failure on line 139 in test/test_schema.py

View workflow job for this annotation

GitHub Actions / call-workflow / lint

W293

blank line contains whitespace
print(fully_resolved_schema)
print(model_resolved_schema)

self.assertEqual(fully_resolved_schema, model_resolved_schema)

0 comments on commit 820ee8f

Please sign in to comment.