remove whitespace
This commit is contained in:
parent
42ea9a2d49
commit
61617919ff
|
@ -135,7 +135,7 @@ class TestScript:
|
||||||
|
|
||||||
assert await tctx.master.await_log("ValueError: Error!")
|
assert await tctx.master.await_log("ValueError: Error!")
|
||||||
assert await tctx.master.await_log("error.py")
|
assert await tctx.master.await_log("error.py")
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_optionexceptions(self, tdata):
|
async def test_optionexceptions(self, tdata):
|
||||||
with taddons.context() as tctx:
|
with taddons.context() as tctx:
|
||||||
|
|
Loading…
Reference in New Issue