Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett committed Feb 4, 2021
1 parent 75ef45d commit 796702d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/integrations/github.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ test("(Integration) GitHub - Expected counts in results", async () => {
expect(contributions[2].data[1].value).toBe(0)
expect(contributions[2].data[2].value).toBe(0)
expect(contributions[2].data[3].value).toBe(0)
expect(contributions[2].data[4].value).toBe(15)
expect(contributions[2].data[5].value).toBe(43)
expect(contributions[2].data[6].value).toBe(10)
expect(contributions[2].data[7].value).toBe(66)
expect(contributions[2].data[8].value).toBe(6)
expect(contributions[2].data[9].value).toBe(56)
expect(contributions[2].data[4].value).toBe(24)
expect(contributions[2].data[5].value).toBe(44)
expect(contributions[2].data[6].value).toBe(13)
expect(contributions[2].data[7].value).toBe(125)
expect(contributions[2].data[8].value).toBe(10)
expect(contributions[2].data[9].value).toBe(72)
expect(contributions[2].data[10].value).toBe(1)
expect(contributions[2].data[11].value).toBe(14)
})

0 comments on commit 796702d

Please sign in to comment.