Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfranken committed Nov 20, 2024
1 parent f7a1165 commit 5aba09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def test_parse_license():

def test_parse_nothing():
folder = LocalResource("tests")
graph = parse_files(subject=URIRef("https://exmaple.org/"), files=[folder])
graph = parse_files(subject=URIRef("https://example.org/"), files=[folder])
assert len(graph) == 0

0 comments on commit 5aba09d

Please sign in to comment.