Skip to content

Commit cf3d275

Browse files
committed
ye
1 parent c37c61d commit cf3d275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/api/Group.test.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("Group create/destroy", function(): ()
1616
local g = Lync.createGroup("__g02")
1717
expect(function(): ()
1818
Lync.createGroup("__g02")
19-
end):toThrow("Duplicate")
19+
end):toThrow("already exists")
2020
g:destroy()
2121
end)
2222
it("throws double destroy", function(): ()

0 commit comments

Comments
 (0)