Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 10, 2024
1 parent 602cf0f commit 3eb934b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/__tests__/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ describe('StreamDeck XL', () => {
expect(streamDeck2.MODEL).toEqual(DeviceModelId.XL)
})

runForDevice(devicePath, DeviceModelId.XL, true)
runForDevice(devicePath, DeviceModelId.XL, false)

test('setBrightness', async () => {
const device = getDevice()
Expand Down Expand Up @@ -702,7 +702,7 @@ describe('StreamDeck Original V2', () => {
expect(streamDeck2.MODEL).toEqual(DeviceModelId.ORIGINALV2)
})

runForDevice(devicePath, DeviceModelId.ORIGINALV2, true)
runForDevice(devicePath, DeviceModelId.ORIGINALV2, false)

test.skip('fillImage', async () => {
const device = getDevice()
Expand Down

0 comments on commit 3eb934b

Please sign in to comment.