Switch to tagged update checks

This commit is contained in:
Paul Pfeister
2024-06-30 21:01:42 -04:00
parent 99586a56cf
commit 33db232493
3 changed files with 8 additions and 12 deletions
-1
View File
@@ -11,7 +11,6 @@ def test_versioning() -> None:
expected:list = [
# Normalization is REQUIRED for Windows ( / vs \ )
os.path.normpath("sherlock/__init__.py"),
os.path.normpath("sherlock/sherlock.py"),
]
# Sorting is REQUIRED for Mac
assert sorted(found) == sorted(expected)