Skip to content

Commit

Permalink
Address PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Dec 10, 2024
1 parent 0509020 commit 4b89f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/integration-capture.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe('Integration Capture', () => {
expect(partnerIdentities).toEqual({});
});

it.only('should only return mapped clickIds as partner identities', () => {
it('should only return mapped clickIds as partner identities', () => {
const integrationCapture = new IntegrationCapture();
integrationCapture.clickIds = {
fbclid: '67890',
Expand Down

0 comments on commit 4b89f99

Please sign in to comment.