diff options
Diffstat (limited to 'gocryptfs-xray/xray_tests')
-rw-r--r-- | gocryptfs-xray/xray_tests/xray_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocryptfs-xray/xray_tests/xray_test.go b/gocryptfs-xray/xray_tests/xray_test.go index 2df83f2..6dc7c13 100644 --- a/gocryptfs-xray/xray_tests/xray_test.go +++ b/gocryptfs-xray/xray_tests/xray_test.go @@ -7,7 +7,7 @@ import ( "os/exec" "testing" - "github.com/rfjakob/gocryptfs/tests/test_helpers" + "github.com/rfjakob/gocryptfs/v2/tests/test_helpers" ) func TestAesgcmXray(t *testing.T) { |