Browse Source

fix(api): fix failing tests

pull/78/head
isra el 9 months ago
parent
commit
3aa6740ffe
  1. 2
      api/src/gateway/gateway.service.spec.ts

2
api/src/gateway/gateway.service.spec.ts

@ -150,6 +150,8 @@ describe('GatewayService', () => {
_id: 'device123',
...mockDeviceInput,
user: mockUser._id,
// TODO: add more tests for different app version codes
appVersionCode: 11,
}
it('should update device if it already exists', async () => {

Loading…
Cancel
Save