Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samblacklock committed Jul 22, 2024
1 parent 523881e commit 96e6258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ describe('ElasticPath cart', () => {
})
.reply(200, {})

return Moltin.Cart('5')
return ElasticPath.Cart('5')
.AddAccountAssociation('account-1', 'testtoken')
.then(response => {
assert.isObject(response)
Expand All @@ -1341,7 +1341,7 @@ describe('ElasticPath cart', () => {
})
.reply(204, {})

return Moltin.Cart('5')
return ElasticPath.Cart('5')
.RemoveAccountAssociation('account-1', 'testtoken')
.then(response => {
assert.isObject(response)
Expand Down

0 comments on commit 96e6258

Please sign in to comment.