Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Fix brittle tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
millette committed Sep 22, 2018
1 parent 8af0b62 commit 59f9cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ test.skip('no commits', async t => {
test('some commits', async t => {
const result = await fn('Comarco')
t.is(result.streaks.length, 58)
t.is(result.commitDays, 212)
t.is(result.commits, 1482)
t.is(result.commitDays, 216)
t.is(result.commits, 1490)
})

test.skip('buggy svg', async t => {
Expand Down

0 comments on commit 59f9cce

Please sign in to comment.