Update tests for current UI and rule behavior

This commit is contained in:
Marcel Peterkau
2026-06-27 11:19:31 +02:00
parent 3876f8c5ab
commit 532dc5c638
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ from ccma import __version__
def test_ui_version_matches_version_file() -> None:
expected = (Path(__file__).resolve().parents[1] / "VERSION").read_text(encoding="utf-8").strip()
assert __version__ == expected == "0.0.1-dev0"
assert __version__ == expected == "0.0.1-dev1"