From 5b1f14a09d38f6a9861d3cb1b3cf2b27da04c62e Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 13 Apr 2019 18:33:50 +0200 Subject: flake fixes --- tests/test_objects.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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) - -- cgit v1.2.3