fix: try to fix scoro tests

This commit is contained in:
GitBluub
2023-09-21 00:26:23 +02:00
parent e82a6b1dd6
commit ece87dbdb9
9 changed files with 159 additions and 159 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class Scorometer:
def send(self, obj):
obj["info"] = self.info
obj["game_id"] = game_uuid
obj["game_id"] = str(game_uuid) if not testing else "test"
send(obj)
def getPracticePartition(self, mode: int) -> list[list[Key]]: