Skip to content

Commit

Permalink
fix: starts and stops google vm
Browse files Browse the repository at this point in the history
  • Loading branch information
emi190396 committed Oct 14, 2020
1 parent 6f8da37 commit 3e5d83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe("StartStopServerByDiscordVoiceChannel", () => {
expect(callback).toBeCalledTimes(1);
expect(vmHandler.stop).toBeCalledTimes(1)
expect(messagingHandler.sendStopMessage).toBeCalledTimes(1);
done();
done();
});
handler.start();
});
Expand Down

0 comments on commit 3e5d83c

Please sign in to comment.