Skip to content

Commit 9042470

Browse files
Copilotdannywillems
andcommitted
Fix typo in test name: form -> from
Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com>
1 parent fd8ee07 commit 9042470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_l9format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_l9event_json_from_reference_repository():
1919
l9format.L9Event.from_dict(c)
2020

2121

22-
def test_l9events_form_ip4scout():
22+
def test_l9events_from_ip4scout():
2323
for path in IP4SCOUT_FILES:
2424
c = json.load(open(str(path), "r"))
2525
l9format.L9Event.from_dict(c)

0 commit comments

Comments
 (0)