diff --git a/tests/calculus-endpoints/social-scrapped.test.ts b/tests/calculus-endpoints/social-scrapped.test.ts index 4667fb4..b1487f2 100644 --- a/tests/calculus-endpoints/social-scrapped.test.ts +++ b/tests/calculus-endpoints/social-scrapped.test.ts @@ -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) }) })