Skip to content

Commit 4eba2f7

Browse files
committed
fix formatting
1 parent 7f960ad commit 4eba2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tests/integration-tests/tracker.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ test('Track Product View with invalid key', async() => {
171171
user: UserFactory.anonymous(),
172172
}).catch((e) => {
173173
expect(e).toBeDefined();
174-
expect((e as ProblemDetailsError).details?.title ).toEqual('Unauthorized');
174+
expect((e as ProblemDetailsError).details?.title).toEqual('Unauthorized');
175175
expect(e.message).toEqual('Error when calling the Relewise API. Read more in the details property if there is error response or look in the network tab.')
176176
});
177177
});

0 commit comments

Comments
 (0)