Skip to content

Commit

Permalink
build: get sample and system tests passing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and NimJay committed Nov 11, 2022
1 parent 67ac729 commit ef71c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game-servers/snippets/test/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ describe('Quickstart', () => {
});

after(async () => {
await client.deleteRealm({
const [operation] = await client.deleteRealm({
name: client.realmPath(projectId, location, realmId),
});
await operation.promise();
});
});

0 comments on commit ef71c87

Please sign in to comment.