Update test.py

pull/31/head
Who? 2024-12-15 02:19:45 +07:00 committed by GitHub
parent 6f5ac9935b
commit 4d35ecd98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class TestMod(loader.Module):
logs = self.lookup("evaluator").censor(logs)
logs = BytesIO(logs.encode("utf-16"))
logs.name = "hikka-logs.txt"
logs.name = "heroku-logs.txt"
ghash = utils.get_git_hash()