Skip to content

Commit

Permalink
fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed May 30, 2024
1 parent 9109552 commit 5b13c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/KTable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ describe('KTable.vue', () => {
},
});
const trElements = wrapper.findAll('tbody tr');
expect(trElements.length).toBe(rows.length + 1);
expect(trElements.length).toBe(rows.length);
});
});

0 comments on commit 5b13c64

Please sign in to comment.