diff --git a/internal/encryption/encryption_test.go b/internal/encryption/encryption_test.go index 7466d1a949..503fa48553 100644 --- a/internal/encryption/encryption_test.go +++ b/internal/encryption/encryption_test.go @@ -2,10 +2,10 @@ package encryption import ( "bytes" - "github.com/tink-crypto/tink-go/v2/aead" "testing" "github.com/alecthomas/assert/v2" + "github.com/tink-crypto/tink-go/v2/aead" ) func TestNoOpEncryptor(t *testing.T) {