Skip to content

Commit

Permalink
break one of the tests to test the GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmuurine committed Mar 16, 2023
1 parent 4a69f21 commit 05f5742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/library/src/PixelStreaming/PixelStreaming.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ describe('PixelStreaming', () => {
let byteIdx = 1;
for (let i = 0; i < testMessageContents.length; i++) {
data.setUint16(byteIdx, testMessageContents.charCodeAt(i), true);
byteIdx += 2;
byteIdx += 1;
}
channel.dispatchEvent(new MessageEvent('message', { data: data.buffer }));

Expand Down

0 comments on commit 05f5742

Please sign in to comment.