Skip to content

Commit f9b32aa

Browse files
committed
chore: removed done callback from eCommerce test
1 parent acf9862 commit f9b32aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/src/tests-eCommerce.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,11 +1156,9 @@ describe('eCommerce', function() {
11561156
);
11571157
});
11581158

1159-
it('expand null commerce event', function(done) {
1159+
it('expand null commerce event', () => {
11601160
const expandedEvents = mParticle.eCommerce.expandCommerceEvent(null);
11611161
(expandedEvents == null).should.be.true;
1162-
1163-
done();
11641162
});
11651163

11661164
it('expand impression commerce event', async () => {

0 commit comments

Comments
 (0)