updated tests for unlocking & locked-fund queries

This commit is contained in:
2022-09-09 00:10:04 +00:00
parent 8976bfa8a7
commit df48ee3ce6
3 changed files with 49 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ SHELL = /bin/bash
.PHONY: test
test:
./tests/test_locking_funds.sh
./tests/test_auction_flow.sh
utest: