aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-02-20 16:20:21 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-02-20 16:20:21 +0000
commit0d9162aee0b28f5117a453064bd86577df35658a (patch)
treef63f26128b59a5fece4fda50a2388822cf8e8239 /ctrack/organisations
parent2aebf2ada898385b0f648b11a261a2d7a9d2dbef (diff)
fixed failing organisation test
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():