Skip to content

Commit 965e25c

Browse files
pfalconpi-anl
authored andcommitted
unittest: test_unittest: Typo fix.
1 parent fca89f6 commit 965e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-stdlib/unittest/test_unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def testRaises(self):
109109

110110
@unittest.skip("test of skipping")
111111
def testSkip(self):
112-
self.assertFail("this should be skipped")
112+
self.fail("this should be skipped")
113113

114114
def testAssert(self):
115115

0 commit comments

Comments
 (0)