From 71a0f0766215cadf60feb1687c1fdd5fa7e23015 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sat, 14 Mar 2020 09:36:22 -0400 Subject: Fix timestamp test copy paste error --- python/subunit/tests/test_output_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/subunit') diff --git a/python/subunit/tests/test_output_filter.py b/python/subunit/tests/test_output_filter.py index 8444c75..587fd06 100644 --- a/python/subunit/tests/test_output_filter.py +++ b/python/subunit/tests/test_output_filter.py @@ -480,7 +480,7 @@ class TimeStampTests(TestCase): _dummy_timestamp = datetime.datetime(1914, 6, 28, 10, 45, 2, 0, UTC) def setUp(self): - super(StatusStreamResultTests, self).setUp() + super(TimeStampTests, self).setUp() self.patch(_o, 'create_timestamp', lambda: self._dummy_timestamp) self.test_id = self.getUniqueString() -- cgit v1.2.1