diff options
Diffstat (limited to 'tests/example_filesystems/example_test_helpers.go')
-rw-r--r-- | tests/example_filesystems/example_test_helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example_filesystems/example_test_helpers.go b/tests/example_filesystems/example_test_helpers.go index e39f8d6..c56d75a 100644 --- a/tests/example_filesystems/example_test_helpers.go +++ b/tests/example_filesystems/example_test_helpers.go @@ -6,7 +6,7 @@ import ( "path/filepath" "testing" - "github.com/rfjakob/gocryptfs/tests/test_helpers" + "github.com/rfjakob/gocryptfs/v2/tests/test_helpers" ) const statusTxtContent = "It works!\n" |