Skip to content

Commit 97755d7

Browse files
committed
tidy
1 parent 3a3f748 commit 97755d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,12 @@ async def async_fixture(sync_fixture):
434434
435435
def test_first(async_fixture):
436436
assert async_fixture == 42
437-
437+
438438
def test_second():
439439
assert results == [1, 2]
440440
"""
441441
testdir.makepyfile(test_file)
442-
rr = testdir.run(*cmd_opts)#, timeout=timeout)
442+
rr = testdir.run(*cmd_opts, timeout=timeout)
443443
assert_outcomes(rr, {"passed": 2})
444444

445445

0 commit comments

Comments
 (0)