Skip to content

Commit

Permalink
Merge pull request #478 from 88labs/feat/hashutil-release
Browse files Browse the repository at this point in the history
feat: hashutil release
  • Loading branch information
tomtwinkle authored Mar 25, 2024
2 parents 842287a + 83f47d1 commit fcf6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashutil/sha256hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package hashutil_test
import (
"testing"

"github.com/go-faker/faker/v4"
"github.com/stretchr/testify/assert"

"github.com/88labs/go-utils/hashutil"
"github.com/go-faker/faker/v4"
)

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

0 comments on commit fcf6ad8

Please sign in to comment.