unittest: test_unittest: Typo fix.

pull/488/head
Paul Sokolovsky 2019-03-03 23:40:09 +03:00 zatwierdzone przez Andrew Leech
rodzic fca89f65c7
commit 965e25ce89
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -109,7 +109,7 @@ class TestUnittestAssertions(unittest.TestCase):
@unittest.skip("test of skipping")
def testSkip(self):
self.assertFail("this should be skipped")
self.fail("this should be skipped")
def testAssert(self):