summaryrefslogtreecommitdiff
path: root/crocoite/test_devtools.py
diff options
context:
space:
mode:
Diffstat (limited to 'crocoite/test_devtools.py')
-rw-r--r--crocoite/test_devtools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crocoite/test_devtools.py b/crocoite/test_devtools.py
index 8676e6c..74d223f 100644
--- a/crocoite/test_devtools.py
+++ b/crocoite/test_devtools.py
@@ -103,7 +103,7 @@ async def test_tab_crash (tab):
# caling anything else now should fail as well
with pytest.raises (Crashed):
- version = await tab.Browser.getVersion ()
+ await tab.Browser.getVersion ()
@pytest.mark.asyncio
async def test_load (tab, server):