Fix getunusedbsqaddress test

This commit is contained in:
ghubstan 2021-02-27 22:58:22 -03:00
parent b618776b1b
commit 19aed84910
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -155,7 +155,7 @@
} }
@test "test getunusedbsqaddress" { @test "test getunusedbsqaddress" {
run ./bisq-cli --password=xyz getfundingaddresses run ./bisq-cli --password=xyz getunusedbsqaddress
[ "$status" -eq 0 ] [ "$status" -eq 0 ]
} }