Skip to content

Commit 3e39bce

Browse files
committed
(NT-72) Update test for libnut screen action
1 parent e61dcb7 commit 3e39bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: providers/libnut/lib/libnut-screen.class.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("libnut screen action", () => {
3636
colorAt: jest.fn(),
3737
height: screenShotSize.height,
3838
image: Buffer.from(
39-
new Array(screenShotSize.width * screenShotSize.height * 4 + 10).fill(
39+
new Array(screenShotSize.width * screenShotSize.height * 4).fill(
4040
0
4141
)
4242
),
@@ -72,7 +72,7 @@ describe("libnut screen action", () => {
7272
colorAt: jest.fn(),
7373
height: screenShotSize.height,
7474
image: Buffer.from(
75-
new Array(screenShotSize.width * screenShotSize.height * 4 + 10).fill(
75+
new Array(screenShotSize.width * screenShotSize.height * 4).fill(
7676
0
7777
)
7878
),

0 commit comments

Comments
 (0)