Skip to content

Commit

Permalink
test(btcjson): update llmq types test
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Apr 4, 2023
1 parent 2866455 commit 5f6609e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btcjson/dashevocmds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ func TestLLMQTypeValidate(t *testing.T) {
{0, true},
{1, false},
{2, false},
{5, false},
{6, true},
{6, false},
{7, true},
{99, true},
{100, false},
{105, false},
Expand Down

0 comments on commit 5f6609e

Please sign in to comment.