From 60e7ab1ef52e99ee3b92211f41a761892074169b Mon Sep 17 00:00:00 2001 From: Utsab Chowdhury Date: Mon, 29 Apr 2024 13:15:09 +0530 Subject: [PATCH] fix: braze dedup update test description --- src/v0/destinations/braze/braze.util.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/braze/braze.util.test.js b/src/v0/destinations/braze/braze.util.test.js index 6b3a650e8d..cc50ae921e 100644 --- a/src/v0/destinations/braze/braze.util.test.js +++ b/src/v0/destinations/braze/braze.util.test.js @@ -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',