Commit 4c4b9fe7 by Felipe Lavratti

Removed extra line after method

Removed extra line after `testCanRemoveField` test case
parent 15c05405
......@@ -150,7 +150,6 @@ class TestObject(unittest.TestCase):
self.assertTrue(GameScore.Query.filter(score=None).exists(),
'Failed to remove score on backend')
def testAssociatedObject(self):
"""test saving and associating a different object"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment