Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed May 8, 2020
1 parent 7645d42 commit d54c824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polaris/polaris/tests/sep24/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ def _get_expected_response():
"deposit": {
"USD": {
"enabled": true,
"authentication_required": true,
"min_amount": 0.1,
"max_amount": 1000.0,
"fee_fixed": 5.0,
"fee_percent": 1.0
},
"ETH": {
"enabled": true,
"authentication_required": true,
"min_amount": 0.0,
"max_amount": 10000000.0,
"fee_fixed": 0.002,
Expand All @@ -27,7 +25,6 @@ def _get_expected_response():
"withdraw": {
"USD": {
"enabled": true,
"authentication_required": true,
"min_amount": 0.1,
"max_amount": 1000.0,
"fee_fixed": 5.0,
Expand Down

0 comments on commit d54c824

Please sign in to comment.