Test Guids/Locations/both

Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
Luigi311
2024-01-12 17:19:09 -07:00
parent 96fe367562
commit fa533ff65e
5 changed files with 216 additions and 4 deletions

View File

@@ -60,6 +60,9 @@ def main():
"JellyUser/Shows/Monarch: Legacy of Monsters/Secrets and Lies",
]
# Triple the expected values because the CI runs three times
expected_values = expected_values * 3
lines = read_marklog()
if not check_marklog(lines, expected_values):
print("Failed to validate marklog")