Skip to content

Commit

Permalink
chore: validate unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Mar 6, 2024
1 parent 675eacf commit 94b9491
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ describe('loadAndroidConnections', () => {
});

it('should parse the retrieved connections', async () => {
const mockConnections = {
'test-id': {
id: 'test-id',
},
};
const mockConnections = {};

(DefaultPreference.get as jest.Mock).mockResolvedValueOnce(
JSON.stringify(mockConnections),
Expand Down

0 comments on commit 94b9491

Please sign in to comment.