Skip to content

Commit

Permalink
ammend test
Browse files Browse the repository at this point in the history
  • Loading branch information
german1608 committed Nov 25, 2019
1 parent 604d0ef commit 311fd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/calculus-endpoints/social-scrapped.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ describe('/calculate/social/scrape endpoint', () => {
friendsCount: 421,
maxFollowers: 2000000
}
it('returns credibility=30.04999998245834 with', () => {
return testCredibilityWithOkData({ credibility: 30.04999998245834 }, params)
it('returns credibility=79.98246448537638 with', () => {
return testCredibilityWithOkData({ credibility: 79.98246448537638 }, params)
})
})

Expand Down

0 comments on commit 311fd0d

Please sign in to comment.