We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37c61d commit cf3d275Copy full SHA for cf3d275
1 file changed
test/api/Group.test.luau
@@ -16,7 +16,7 @@ describe("Group create/destroy", function(): ()
16
local g = Lync.createGroup("__g02")
17
expect(function(): ()
18
Lync.createGroup("__g02")
19
- end):toThrow("Duplicate")
+ end):toThrow("already exists")
20
g:destroy()
21
end)
22
it("throws double destroy", function(): ()
0 commit comments