Skip to content

Commit

Permalink
Update: add capitalization and quotes #3
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Ing <[email protected]>
  • Loading branch information
mmustafa-tse and rmi22186 committed Dec 17, 2024
1 parent e080f29 commit f686ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/tests-kit-blocking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ describe('kit blocking', () => {
let kitBlocker = new KitBlocker(kitBlockerDataPlan, window.mParticle.getInstance());

expect(() => { kitBlocker.isAttributeKeyBlocked('unplannedAttr') }).to.not.throw(TypeError, /Cannot read properties of undefined \(reading 'unplannedAttr'\)/)
// allow unplanned user attributes is prioritized when blocking unplanned attributes is also enabled, hence the expected value is false
// "Allow unplanned user attributes" is prioritized when blocking unplanned attributes is also enabled, hence the expected value is false
expect(kitBlocker.isAttributeKeyBlocked('unplannedAttr')).to.equal(false)
// reset data points
dataPlan.dtpn.vers.version_document.data_points = oldDataPoints;
Expand Down

0 comments on commit f686ce7

Please sign in to comment.