We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1cc38 commit fdc5382Copy full SHA for fdc5382
1 file changed
tests/integration/test_model.py
@@ -1060,8 +1060,8 @@ async def test_connect_to_connection(event_loop):
1060
1061
@base.bootstrapped
1062
@pytest.mark.asyncio
1063
-@pytest.skip("This assumes that we have a model to connect to...")
1064
async def test_connect_current(event_loop):
+ pytest.skip("This assumes that we have a model to connect to...")
1065
m = Model()
1066
await m.connect_current()
1067
assert m.is_connected()
0 commit comments