Skip to content

Commit b9391ba

Browse files
committed
Fix compatibility with testtools
1 parent 64c7918 commit b9391ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testrepository/tests/test_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def test_get_test_run_get_id(self):
365365
self.assertEqual(inserted, run.get_id())
366366

367367
def test_get_test_run_preserves_time(self):
368-
self.skip("Fix me before releasing.")
368+
self.skipTest("Fix me before releasing.")
369369
# The test run outputs the time events that it received.
370370
now = datetime(2001, 1, 1, 0, 0, 0, tzinfo=iso8601.UTC)
371371
second = timedelta(seconds=1)

0 commit comments

Comments
 (0)