Skip to content

Commit 41c82c2

Browse files
build: get sample and system tests passing (#18)
1 parent 37dd210 commit 41c82c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloud-game-servers/snippets/test/quickstart.js

+2-1
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)