Skip to content

Commit

Permalink
chore: fix tests non-awaited promise
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed May 3, 2024
1 parent b7f0908 commit a7aca6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('Unmapped destinations', () => {
test('no to all', async () => {
const { client } = createClient();
const testDestinations = setupTestDestinations(client);
await client.init();
const mockConsentStatuses = {
C0001: false,
C0002: false,
Expand Down

0 comments on commit a7aca6b

Please sign in to comment.