diff options
Diffstat (limited to 'identity/bare_test.go')
-rw-r--r-- | identity/bare_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/bare_test.go b/identity/bare_test.go index 1458107a..4b28c7ad 100644 --- a/identity/bare_test.go +++ b/identity/bare_test.go @@ -3,7 +3,7 @@ package identity import ( "testing" - "github.com/magiconair/properties/assert" + "github.com/stretchr/testify/assert" ) func TestBare_Id(t *testing.T) { |