Skip to content

Commit

Permalink
Fixed unit tests for non-Qt case
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Jan 23, 2024
1 parent 01deb48 commit 1390106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testdata/ruby/layMainWindow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ def test_2

# smoke test

if !RBA.constants.member?(:Application)
return
end

app = RBA::Application.instance
mw = app.main_window
s = mw.synchronous
Expand Down

0 comments on commit 1390106

Please sign in to comment.