aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-04-13 18:33:50 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-04-13 18:33:50 +0200
commit5b1f14a09d38f6a9861d3cb1b3cf2b27da04c62e (patch)
tree0dc5ff9573f378646af415c3e5efacdd2877a20c /tests
parent3c33ddd2f85ac5475539cd1c5eae2f30fb9e6ea8 (diff)
flake fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/test_objects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_objects.py b/tests/test_objects.py
index 452b4e7..68bc900 100644
--- a/tests/test_objects.py
+++ b/tests/test_objects.py
@@ -19,4 +19,3 @@ class TestObjects(unittest.TestCase):
data = act.to_jsons()
self.assertIsInstance(data, str)
self.assertIn('"id": "http://example.org/123456"', data)
-