Skip to content

Commit

Permalink
fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasse-itix committed Dec 16, 2024
1 parent 3796e10 commit 8b4eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Device.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ test('race condition in Device.js / disconnect()', async () => {

const disconnectedFn = jest.fn()
device.on('disconnect', disconnectedFn)

await device.disconnect()

// Send the disconnect event slightly after the call to disconnect()
Expand Down

0 comments on commit 8b4eb18

Please sign in to comment.