Skip to content

Commit

Permalink
Merge pull request #535 from evo-lua/fix-webview-test
Browse files Browse the repository at this point in the history
Fix a perpetually-running timer in the webview tests
  • Loading branch information
rdw-software authored Feb 23, 2024
2 parents b041030 + b2354bb commit 89dd18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/BDD/webview-library.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe("webview", function()
if numUpdates == 6 then
uv.stop()
-- Should destroy view here, but it's shared
guiUpdateTimer:stop()
end
end)

Expand Down

0 comments on commit 89dd18a

Please sign in to comment.