Skip to content
Snippets Groups Projects
Commit 0baaf68c authored by Antoine Lambert's avatar Antoine Lambert
Browse files

nixguix: Fix typo detected by codespell

parent 8778b9cd
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ def test_is_tarball_not_so_simple(query_param):
],
)
def test_is_tarball_simple_not_tarball(files):
"""Simple check on tarball should discriminate betwenn tarball and file"""
"""Simple check on tarball should discriminate between tarball and file"""
urls = [f"http://example.org/{file}" for file in files]
is_tar, origin = is_tarball(urls)
assert is_tar is False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment