diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-02-20 16:20:21 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-02-20 16:20:21 +0000 |
commit | 0d9162aee0b28f5117a453064bd86577df35658a (patch) | |
tree | f63f26128b59a5fece4fda50a2388822cf8e8239 /ctrack/organisations | |
parent | 2aebf2ada898385b0f648b11a261a2d7a9d2dbef (diff) |
fixed failing organisation test
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/tests/test_factories.py | 2 |
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(): |