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 16bf82b..2a6baab 100644
--- a/filesystem/filesystem_test.go
+++ b/filesystem/filesystem_test.go
@@ -63,7 +63,7 @@ func getFakePolicy() *metadata.PolicyData {
KeyDescriptor: "0123456789abcdef",
Options: metadata.DefaultOptions,
WrappedPolicyKeys: []*metadata.WrappedPolicyKey{
- &metadata.WrappedPolicyKey{
+ {
ProtectorDescriptor: "fedcba9876543210",
WrappedKey: wrappedPolicyKey,
},