From 4cd52e1d6d9ce4f2c9c629abe5b7abe8a400a26a Mon Sep 17 00:00:00 2001 From: SbDove <100377552+SbDove@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:02:12 -0700 Subject: [PATCH] Clarify comments --- test/src/tests.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/src/tests.js b/test/src/tests.js index ac5148e..72166d5 100644 --- a/test/src/tests.js +++ b/test/src/tests.js @@ -425,7 +425,7 @@ describe('Heap Forwarder', function () { window.heap.trackCalled.should.equal(true); - // An mParticle product action events map to n+1 + // An mParticle Product Action Events map to n+1 // events in Heap based on the number of associated // products. window.heap.events.length.should.equal(3); @@ -458,8 +458,8 @@ describe('Heap Forwarder', function () { window.heap.trackCalled.should.equal(true); - // Each mParticle impression event will map - // to n+1 events in heap for each impression + // Each mParticle Impression Event will map + // to n+1 events in Heap for each impression // based on the number of associated products. window.heap.events.length.should.equal(6);