Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Jan 2, 2024
1 parent c9bfac1 commit 8ece7a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class BasicCasparCGAPI extends EventEmitter {
instances.push(this)
}

async executeCommand(command: AMCPCommand): Promise<SendResult> {
async executeCommand(command: AMCPCommand): Promise<SendResult<unknown>> {
mockDo.apply(this, command)

if (command.command === Commands.Info) {
Expand Down

0 comments on commit 8ece7a7

Please sign in to comment.