File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ describe('kit blocking', () => {
628628 let kitBlocker = new KitBlocker ( kitBlockerDataPlan , window . mParticle . getInstance ( ) ) ;
629629
630630 expect ( ( ) => { kitBlocker . isAttributeKeyBlocked ( 'unplannedAttr' ) } ) . to . not . throw ( TypeError , / C a n n o t r e a d p r o p e r t i e s o f u n d e f i n e d \( r e a d i n g ' u n p l a n n e d A t t r ' \) / )
631- // allow unplanned user attributes is prioritized when blocking unplanned attributes is also enabled, hence the expected value is false
631+ // "Allow unplanned user attributes" is prioritized when blocking unplanned attributes is also enabled, hence the expected value is false
632632 expect ( kitBlocker . isAttributeKeyBlocked ( 'unplannedAttr' ) ) . to . equal ( false )
633633 // reset data points
634634 dataPlan . dtpn . vers . version_document . data_points = oldDataPoints ;
You can’t perform that action at this time.
0 commit comments