Skip to content

Commit 22ea673

Browse files
authored
Update table-sort.spec.js
1 parent e0c0804 commit 22ea673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/table/table-sort.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ describe('table sorting', () => {
232232
.at(1)
233233
.text()
234234
})
235-
expect(columnA[0]).toBe('a')
236-
expect(columnA[1]).toBe('b')
237-
expect(columnA[2]).toBe('c')
235+
expect(columnB[0]).toBe('a')
236+
expect(columnB[1]).toBe('b')
237+
expect(columnB[2]).toBe('c')
238238

239239
// Click third column header to clear sort
240240
wrapper

0 commit comments

Comments
 (0)