Skip to content

Commit

Permalink
removes extra spacing and erroneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SbDove committed Jul 20, 2023
1 parent 1df2cfa commit 26b4093
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/BrazeKit-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ var constructor = function () {
finishBrazeInitialization(forwarderSettings);
} else {
if (!braze.initialize(forwarderSettings.apiKey, options)) {
return 'Failed to initialize: ' + name;corrects
return 'Failed to initialize: ' + name;
}
finishBrazeInitialization(forwarderSettings);
}
Expand Down
3 changes: 0 additions & 3 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ describe('Braze Forwarder', function() {
before(function() {
// expandCommerceEvent is tightly coupled to mParticle being loaded
// as well as having a few parameters on the Store.
// debugger;
mParticle.init('test-key');
mParticle.getInstance()._Store.sessionId = 'foo-session-id';
mParticle.getInstance()._Store.dateLastEventSent = new Date();
Expand Down Expand Up @@ -2091,7 +2090,5 @@ USD,

impressionEvent.should.eql(expectedImpressionEvent);
});


});
});

0 comments on commit 26b4093

Please sign in to comment.