aboutsummaryrefslogtreecommitdiff
path: root/tests/hkdf_sanity/sanity_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hkdf_sanity/sanity_test.go')
-rw-r--r--tests/hkdf_sanity/sanity_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hkdf_sanity/sanity_test.go b/tests/hkdf_sanity/sanity_test.go
index b382861..f221439 100644
--- a/tests/hkdf_sanity/sanity_test.go
+++ b/tests/hkdf_sanity/sanity_test.go
@@ -8,7 +8,7 @@ import (
"os"
"testing"
- "github.com/rfjakob/gocryptfs/tests/test_helpers"
+ "github.com/rfjakob/gocryptfs/v2/tests/test_helpers"
)
func TestBrokenContent(t *testing.T) {