Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixa84 committed Aug 9, 2021
1 parent 19a4acc commit d62944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_loan_setcollateraltoken.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def run_test(self):
assert_equal(collTokens[collTokenTx2]["factor"], Decimal('0.9'))
assert_equal(collTokens[collTokenTx2]["activateAfterBlock"], 129)

collTokenTx4 = self.nodes[0].setcollateraltoken({
self.nodes[0].setcollateraltoken({
'token': idBTC,
'factor': 0,
'priceFeedId': oracle_id1})
Expand Down

0 comments on commit d62944b

Please sign in to comment.