Fixing bug in test.

This commit is contained in:
Jeffrey Rackauckas 2018-07-02 20:29:59 -07:00
parent 4afb8c428b
commit 4a925ef5e9
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ class TestTraceOption:
assert a == b assert a == b
def test_1(): def test_1():
assert is_equal, 1, 1 yield is_equal, 1, 1
""" """
) )
child = testdir.spawn_pytest("--trace " + str(p1)) child = testdir.spawn_pytest("--trace " + str(p1))