Fixing bad indentation

This commit is contained in:
Jeffrey Rackauckas 2018-07-02 19:53:46 -07:00
parent 10a8691eca
commit 6cc4fe2412
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ class TestTraceOption:
assert is_equal, 1, 1
"""
)
child = testdir.spawn_pytest("--trace " + str(p1))
child = testdir.spawn_pytest("--trace " + str(p1))
child.expect("test_1")
child.expect("(Pdb)")
child.sendline("c")