Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/integration/test_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def test_package_hook_logs(self) -> None:
with open(reps[0], "rb") as f:
r.load(f)

filekey = None
log1key = None
log2key = None
filekey = ""
log1key = ""
log2key = ""
for k in r.keys():
if k.endswith("Testhookspy"):
filekey = k
Expand Down
Loading