rerun formatter for pretty 3.6.6 numbers

This commit is contained in:
dandds
2018-09-27 14:09:24 -04:00
parent 74ab2151f8
commit 12307769d4
6 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ def test_list_contracts():
def test_get_contract():
result = client.get_contract("DCA10096D0052", "y")
assert result["contract_no"] == "DCA10096D0052"
assert result["amount"] == 2000000
assert result["amount"] == 2_000_000
def test_contract_not_found():