Skip to content

Commit

Permalink
correction(spv-790) corrected test lib to require
Browse files Browse the repository at this point in the history
  • Loading branch information
augustync committed May 23, 2024
1 parent 0b5f030 commit 06f55c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/pike2/pike2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"

"github.com/libsv/go-bk/bec"
"github.com/stretchr/testify/assert"
assert "github.com/stretchr/testify/require"
)

func TestCreatePikeOutput(t *testing.T) {
Expand Down

0 comments on commit 06f55c2

Please # to comment.