Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Dec 1, 2023
1 parent a607796 commit 83a8945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DeviceContextAPI } from '../../service/device'

/** A default context for devices used in unit tests */

export function getDeviceContext(): DeviceContextAPI {
export function getDeviceContext(): DeviceContextAPI<any> {
return {
logger: {
error: jest.fn(),
Expand Down

0 comments on commit 83a8945

Please sign in to comment.