Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Dec 19, 2023
1 parent 454a329 commit af93eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion headertest/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ func TestVerify(t *testing.T) {
untrusted.HeightI = trusted.Height()
return untrusted
},
err: header.ErrKnownHeader,
err: header.ErrKnownHeader,
soft: true,
},
{
prepare: func() *DummyHeader {
Expand Down

0 comments on commit af93eae

Please sign in to comment.