Allow assigning factions to states.

This commit is contained in:
Adarnof
2021-10-26 09:16:28 +00:00
committed by Ariel Rin
parent 2da78f7793
commit 23849b9f42
19 changed files with 629 additions and 67 deletions

View File

@@ -207,7 +207,7 @@ class TestColumnRendering(TestDataMixin, TestCase):
self.assertEqual(result, expected)
def test_user_main_organization_u3(self):
expected = None
expected = ''
result = user_main_organization(self.user_3.discord)
self.assertEqual(result, expected)