aboutsummaryrefslogtreecommitdiff
path: root/tests/test_objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_objects.py')
-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)
-