Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jul 22, 2021
1 parent 044bb2c commit 2d17347
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ var _ = Describe("Sharesstorageprovider", func() {
StorageId: "share1-storageid",
OpaqueId: "shareddir",
},
Permissions: &collaboration.SharePermissions{
Permissions: &sprovider.ResourcePermissions{
Stat: true,
},
},
},
},
}, nil)
Expand Down

0 comments on commit 2d17347

Please sign in to comment.