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

Commit

Permalink
Fix brittle test.
Browse files Browse the repository at this point in the history
  • Loading branch information
millette committed Sep 5, 2018
1 parent 351661f commit 97a4504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ test.skip('no commits', async t => {

test('some commits', async t => {
const result = await fn('Comarco')
t.is(result.streaks.length, 56)
t.is(result.commitDays, 208)
t.is(result.commits, 1503)
t.is(result.streaks.length, 58)
t.is(result.commitDays, 212)
t.is(result.commits, 1513)
})

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

0 comments on commit 97a4504

Please sign in to comment.