aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cogs/sync/test_users.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cogs/sync/test_users.py')
-rw-r--r--tests/cogs/sync/test_users.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cogs/sync/test_users.py b/tests/cogs/sync/test_users.py
index ecf1d3926..a863ae35b 100644
--- a/tests/cogs/sync/test_users.py
+++ b/tests/cogs/sync/test_users.py
@@ -1,5 +1,6 @@
from bot.cogs.sync.syncers import User, get_users_for_sync
+
def fake_user(**kwargs):
kwargs.setdefault('id', 43)
kwargs.setdefault('name', 'bob the test man')