Skip to content

Commit

Permalink
chore: update test d17319e
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 9, 2024
1 parent d17319e commit 5256a02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,6 @@ describe('Controller', () => {
// leaves another time when not in database
await mockAdapterEvents['deviceLeave']({networkAddress: 129, ieeeAddr: '0x129'});
expect(events.deviceLeave.length).toBe(1);
expect(events.deviceLeave[0]).toStrictEqual({ieeeAddr: '0x129'});
});

it('Start with reset should clear database', async () => {
Expand Down

0 comments on commit 5256a02

Please sign in to comment.