Skip to content

Commit

Permalink
Fixes test_assemble_leaderboards.py so that it passes the network and…
Browse files Browse the repository at this point in the history
… token details for BountyFulfillment
  • Loading branch information
gdixon committed Mar 11, 2021
1 parent 1cbd6ef commit a727e0a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def setUp(self):
raw_data={},
idx_status='submitted',
current_bounty=True,
network='mainnet',
network='rinkeby',
metadata={"issueKeywords": "Python, Shell"},
)

Expand All @@ -94,6 +94,8 @@ def setUp(self):
bounty=self.bounty,
accepted=True,
profile=self.bounty_earner_profile,
token_name="USDT",
payout_amount=3,
)

self.tip_value = 7
Expand Down Expand Up @@ -127,7 +129,7 @@ def setUp(self):
username=self.tip_earner_handle,
from_username=self.tip_payer_handle,
github_url='https://github.com/gitcoinco/web',
network='mainnet',
network='rinkeby',
expires_date=datetime.now(UTC) + timedelta(days=1),
tokenAddress='0x0000000000000000000000000000000000000000',
txid='123',
Expand Down

0 comments on commit a727e0a

Please sign in to comment.