From 6fc8a1a61e5ed954ee9abf1291a3a465b5af79c8 Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Tue, 19 May 2020 19:35:42 +0530 Subject: [PATCH] Update test_dashboard_models.py --- app/dashboard/tests/test_dashboard_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/tests/test_dashboard_models.py b/app/dashboard/tests/test_dashboard_models.py index dd6051e31cb..50861b799e7 100644 --- a/app/dashboard/tests/test_dashboard_models.py +++ b/app/dashboard/tests/test_dashboard_models.py @@ -476,7 +476,7 @@ def test_profile(): assert profile.is_org is True assert profile.bounties.first() == bounty assert profile.tips.first() == tip - assert profile.desc == '@gitcoinco is a organization who has participated in 2 funded issue on Gitcoin' + assert profile.desc == '@gitcoinco is a organization who has participated in 1 funded issue on Gitcoin' assert profile.github_url == 'https://github.com/gitcoinco' assert profile.get_relative_url() == '/gitcoinco'