Skip to content

Commit

Permalink
fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim van Ekert committed Apr 8, 2021
1 parent 8de596b commit 7a95e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/public/home/overview.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = () => {
firstRowId = await getFirstRow(table, page);

// We expect to find a table
expect(firstRowId).to.equal('rowundefined');
expect(firstRowId).to.equal('row129');
});

it('shows correct datatypes in respective columns', async () => {
Expand Down

0 comments on commit 7a95e9f

Please sign in to comment.