1
0
forked from clan/clan-core

vm-manager: fix test discover

This commit is contained in:
Jörg Thalheim 2024-04-12 13:01:49 +02:00
parent bd5fd8b7b1
commit 246457ffa2

View File

@ -3,7 +3,7 @@ import time
from wayland import GtkApp
def test_open(app: GtkApp) -> None:
def test_join(app: GtkApp) -> None:
while app.poll() is None:
time.sleep(0.1)
assert True