Skip to content

Commit

Permalink
test: add simple messages test
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Feb 16, 2024
1 parent aab0dd8 commit 49281a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/rpc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
# should be at least more than one node
assert count > 1

msgs = base.warcli("messages 0 1")
assert "verack" in msgs

base.stop_server()

0 comments on commit 49281a1

Please sign in to comment.