Skip to content

Commit

Permalink
Clarify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SbDove committed Jun 27, 2024
1 parent a710f53 commit 4cd52e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/src/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 4cd52e1

Please sign in to comment.