Really ought to get a pre-commit hook for pep8...

This commit is contained in:
2020-05-25 13:40:53 +01:00
parent 18fde7c16a
commit 2f7389d8bb
4 changed files with 25 additions and 25 deletions

View File

@@ -225,7 +225,7 @@ class TestEventCreate(BaseRigboardTest):
self.assertFalse(self.page.success) self.assertFalse(self.page.success)
self.assertIn("access time cannot be after the event has started.", self.page.errors["General form errors"][0]) self.assertIn("access time cannot be after the event has started.", self.page.errors["General form errors"][0])
#Fix it # Fix it
self.page.access_at = datetime.datetime(2020, 1, 1, 10) self.page.access_at = datetime.datetime(2020, 1, 1, 10)
# Should work # Should work