Skip to content

Commit

Permalink
Merge c32d62c into 534019c
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 3, 2020
2 parents 534019c + c32d62c commit 1815e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mock-ioredis.ts
Expand Up @@ -45,7 +45,7 @@ export class MockIORedis extends IORedis {
this.connected = false
}

quit(): Promise<string> {
quit(): Promise<"OK"> {
this.disconnect()
return Promise.resolve("OK")
}
Expand Down

0 comments on commit 1815e7c

Please sign in to comment.