Skip to content

Commit

Permalink
fix: braze dedup update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Apr 29, 2024
1 parent 99603ec commit 60e7ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/braze/braze.util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ describe('dedup utility tests', () => {
});
});

test('returns null if all keys are in BRAZE_NON_BILLABLE_ATTRIBUTES', () => {
test('returns only non-billable attribute if there is key of BRAZE_NON_BILLABLE_ATTRIBUTES', () => {
const userData = {
external_id: '123',
country: 'US',
Expand Down

0 comments on commit 60e7ab1

Please sign in to comment.