We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c7ac2 commit 776d8ebCopy full SHA for 776d8eb
lib/NoYield.spec.lua
@@ -35,7 +35,7 @@ return function()
35
expect(postCount).to.equal(0)
36
37
expect(ok).to.equal(false)
38
- expect(err:find("wait")).to.be.ok()
+ expect(err:find("Attempted to yield inside changed event!")).to.be.ok()
39
expect(err:find("NoYield.spec")).to.be.ok()
40
end)
41
0 commit comments