aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/organisations')
-rw-r--r--ctrack/organisations/tests/test_factories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/tests/test_factories.py b/ctrack/organisations/tests/test_factories.py
index 46a7a39..68af6f5 100644
--- a/ctrack/organisations/tests/test_factories.py
+++ b/ctrack/organisations/tests/test_factories.py
@@ -22,7 +22,7 @@ def test_submode_factory():
def test_user_factory():
u = UserFactory.build()
- assert u.name
+ assert u.username
def test_organisation_factory():