Skip to content

Commit 1879acd

Browse files
Update: add capitalization and quotes #3
Co-authored-by: Robert Ing <[email protected]>
1 parent 6465f6d commit 1879acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/tests-kit-blocking.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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, /Cannot read properties of undefined \(reading 'unplannedAttr'\)/)
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;

0 commit comments

Comments
 (0)