Skip to content

Commit

Permalink
chore: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Aug 13, 2024
1 parent 7f9a9e3 commit 72b9859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/encryption/encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 72b9859

Please sign in to comment.