This commit is contained in:
Peter Wilson 2024-03-13 11:59:23 +00:00 committed by GitHub
parent 8db1aa1d41
commit 51f9cfe7c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@ package userpass
import ( import (
"testing" "testing"
"golang.org/x/crypto/bcrypt"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"golang.org/x/crypto/bcrypt"
) )
// TestUserPass_ParseHash ensures that we correctly validate password hashes that // TestUserPass_ParseHash ensures that we correctly validate password hashes that