Skip to content

Commit 776d8eb

Browse files
ZoteTheMightyLPGhatguy
authored andcommitted
Fix a test that fails in Roblox because of differences in the behavior of debug.traceback (#38)
1 parent b4c7ac2 commit 776d8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NoYield.spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ return function()
3535
expect(postCount).to.equal(0)
3636

3737
expect(ok).to.equal(false)
38-
expect(err:find("wait")).to.be.ok()
38+
expect(err:find("Attempted to yield inside changed event!")).to.be.ok()
3939
expect(err:find("NoYield.spec")).to.be.ok()
4040
end)
4141

0 commit comments

Comments
 (0)