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

Skip to content

Commit 31e04a4

Browse files
committed
Added/Updated tests\bugs\gh_8732_test.py: minor correction: removed dummy code
1 parent 748de2d commit 31e04a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/bugs/gh_8732_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,8 @@
3838

3939
db = db_factory(init=init_script)
4040

41-
substitutions = [('[ \t]+', ' ')]
4241
act = python_act('db', substitutions=[('record length.*', ''), ('key length.*', '')])
4342

44-
expected_stdout = """
45-
"""
46-
4743
#-----------------------------------------------------------
4844
def replace_leading(source, char="."):
4945
stripped = source.lstrip()

0 commit comments

Comments
 (0)