Skip to content

Commit 83db5d9

Browse files
authored
Update table-sort.spec.js
1 parent dead9ee commit 83db5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('table sorting', () => {
9595
await wrapper.vm.$nextTick()
9696
expect(wrapper.emitted('input').length).toBe(3)
9797
$rows = wrapper.findAll('tbody > tr').wrappers
98-
expect($rows.length).toBe(3)
98+
expect($rows.length).toBe(4)
9999
// Map the rows to the first column text value
100100
columnA = $rows.map(row => {
101101
return row

0 commit comments

Comments
 (0)