Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb6015e

Browse files
authored
Merge branch 'master' into features/PerfTests-CI
2 parents eeae389 + 4e5fbe0 commit fb6015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_repr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_str_only():
2626
assert "<Python.Test.Bar object at " in ob.__repr__()
2727

2828
def test_hierarchy1():
29-
"""Test inheritance heirarchy with base & middle class implementing ToString"""
29+
"""Test inheritance hierarchy with base & middle class implementing ToString"""
3030
ob1 = ReprTest.BazBase()
3131
assert str(ob1) == "Base class implementing ToString()!"
3232
assert "<Python.Test.BazBase object at " in ob1.__repr__()

0 commit comments

Comments
 (0)