Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Multivit4min committed Mar 15, 2021
1 parent 9f988e0 commit 0c24e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe("Integration Test", () => {

it("should test receiving of an event", () => {
expect.assertions(1)
return new Promise(async fulfill => {
return new Promise<void>(async fulfill => {
const servername = `event ${Math.floor(Math.random() * 10000)}`
try {
teamspeak = await TeamSpeak.connect({
Expand Down

0 comments on commit 0c24e17

Please sign in to comment.