Skip to content

Commit ef71c87

Browse files
JustinBeckwithNimJay
authored andcommitted
build: get sample and system tests passing (#18)
1 parent 67ac729 commit ef71c87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

game-servers/snippets/test/quickstart.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ describe('Quickstart', () => {
4545
});
4646

4747
after(async () => {
48-
await client.deleteRealm({
48+
const [operation] = await client.deleteRealm({
4949
name: client.realmPath(projectId, location, realmId),
5050
});
51+
await operation.promise();
5152
});
5253
});

0 commit comments

Comments
 (0)