Skip to content

Commit 8f352e1

Browse files
authored
Merge pull request #64 from janosh/typo
2 parents cc69052 + eb8a81b commit 8f352e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest2pytest/fixes/fix_self_assert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def AlmostOp(places_op, delta_op, first, second, kws):
124124
# delta
125125
return CompOp(delta_op, abs_op, kws['delta'], {})
126126
else:
127-
# `7` is the default in unittest.TestCase.asserAlmostEqual
127+
# `7` is the default in unittest.TestCase.assertAlmostEqual
128128
places = kws['places'] or Number(7)
129129
places.prefix = " "
130130
round_op = Call(Name('round'), (abs_op, Comma(), places))

0 commit comments

Comments
 (0)