Fixed unit tests for non-Qt case

This commit is contained in:
Matthias Koefferlein 2024-01-24 00:38:38 +01:00
parent 01deb480bf
commit 139010686d
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ class LAYMainWindow_TestClass < TestBase
# smoke test
if !RBA.constants.member?(:Application)
return
end
app = RBA::Application.instance
mw = app.main_window
s = mw.synchronous