Skip to content

Commit

Permalink
test_dashboard_models: Update tip test to value_in_usdt.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomental committed Apr 11, 2018
1 parent 9c2c04c commit 683e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/tests/test_dashboard_models.py
Expand Up @@ -104,7 +104,7 @@ def test_tip(self):
assert str(tip) == '(net) - PENDING 7 ETH to fred, created: today, expires: tomorrow'
assert tip.get_natural_value() == 7e-18
assert tip.value_in_eth == 7
assert tip.value_in_usdt_now == 14
assert tip.value_in_usdt == 14
assert tip.status == 'PENDING'

def test_interest(self):
Expand Down

0 comments on commit 683e199

Please sign in to comment.