Skip to content

Commit 823a8e2

Browse files
Update core/modules/user/test/unit/store/actions.spec.ts
Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>
1 parent c03d81f commit 823a8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/modules/user/test/unit/store/actions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ describe('User actions', () => {
482482
expect(result).toBe(responseOb.result)
483483
})
484484

485-
it('returns unique orders', async () => {
485+
it('returns orders with unique increment_id', async () => {
486486
const oldOrders = [
487487
{ name: 'a', increment_id: 0 },
488488
{ name: 'b', increment_id: 1 }

0 commit comments

Comments
 (0)