remove whitespace

This commit is contained in:
root 2020-03-11 01:46:29 +05:30
parent 42ea9a2d49
commit 61617919ff
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class TestScript:
assert await tctx.master.await_log("ValueError: Error!")
assert await tctx.master.await_log("error.py")
@pytest.mark.asyncio
async def test_optionexceptions(self, tdata):
with taddons.context() as tctx: