Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick DeJesus committed Nov 30, 2023
1 parent 800a74c commit 83bd6f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion use-shopping-cart/core/slice.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ describe('storeLastClicked', () => {
expect(result.lastClicked).toEqual(product.id)
})
})

describe('checkoutSingleItem', () => {
it('should return lineItems when given string', () => {
const product = mockProduct()
Expand Down

0 comments on commit 83bd6f4

Please sign in to comment.