Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht committed Jun 14, 2020
1 parent 675cbbc commit aaa6466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/PermissionController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test("sACN lock", async () => {
}
});

expect(sacnReceiver.on).toBeCalledTimes(1);
expect(sacnReceiver.on).toBeCalledTimes(2);

sacnReceiver.on.mock.calls[0][1]({
slotsData: Buffer.from(new Uint8Array(512)),
Expand Down

0 comments on commit aaa6466

Please sign in to comment.