aboutsummaryrefslogtreecommitdiff
path: root/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem')
-rw-r--r--filesystem/filesystem_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go
index 887b41e..33ab10b 100644
--- a/filesystem/filesystem_test.go
+++ b/filesystem/filesystem_test.go
@@ -173,7 +173,7 @@ func TestAddPolicy(t *testing.T) {
if mnt.AddPolicy(policy) == nil {
t.Error("encryption mode not set should make metadata invalid")
}
- policy.Options.Filenames = EncryptionOptions_CTS
+ policy.Options.Filenames = EncryptionOptions_AES_256_CTS
// Use a bad wrapped key
policy.WrappedPolicyKeys[0].WrappedKey = wrappedProtectorKey