Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-10-16 16:49:44 +01:00
parent 6c6bf811a6
commit 837e27ed42
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
2 changed files with 4 additions and 3 deletions

View file

@ -76,7 +76,7 @@ describe("local-room", () => {
it("should resolve the promise after invoking the callback", async () => {
localRoom.afterCreateCallbacks.forEach((callback) => {
callback(localRoom.actualRoomId);
callback(localRoom.actualRoomId!);
});
await prom;
});