Skip to content

Commit

Permalink
Fix async tests (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling authored Dec 9, 2024
1 parent 1a56b27 commit f3af43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_asyncearthranger_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def get_events_fields():
"icon_id",
"serial_number",
"event_details",
"files",
"related_subjects",
"event_category",
"url",
Expand Down Expand Up @@ -96,6 +95,7 @@ def get_subjects_fields():
"country",
"sex",
"hex",
"messaging",
]


Expand Down

0 comments on commit f3af43b

Please sign in to comment.