This commit is contained in:
Yostra 2020-09-04 21:06:15 -07:00 committed by Gene Hoffman
parent d37a8978ce
commit 0f44dc5cff

View File

@ -69,7 +69,7 @@ class TestCCWallet:
"limit": 1,
"pubkey": pubkey,
"amount": 100,
"host": "127.0.0.1:5000"
"host": "127.0.0.1:5000",
}
)
assert isinstance(val, dict)