Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Nov 17, 2022
1 parent 24f7c37 commit 4ce6a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_report(self, mocker) -> None:
self._basic_test("/report", mocker)

def test_tops(self, mocker) -> None:
for i in range(7):
for i in range(6):
i = i or ""
self._basic_test(f"/top{i}", mocker, addr=f"player{i}@example.com")

Expand Down

0 comments on commit 4ce6a4d

Please sign in to comment.