Skip to content

Commit

Permalink
Merge branch 'master' into model_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored May 19, 2020
2 parents 81accc9 + 6fc8a1a commit 59f600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/tests/test_dashboard_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 59f600b

Please sign in to comment.