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 Mar 1, 2020
1 parent 5ca79e0 commit 19e1a8c
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 19e1a8c

Please sign in to comment.