Skip to content

Commit

Permalink
remove obsolete tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <crichter@owncloud.com>
  • Loading branch information
dragonchaser committed Nov 4, 2022
1 parent 28b7f43 commit 862c94a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/utils/decomposedfs/options/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var _ = Describe("Options", func() {
})

It("sets defaults", func() {
Expect(len(o.ShareFolder) > 0).To(BeTrue())
Expect(len(o.UserLayout) > 0).To(BeTrue())
})

Expand Down

0 comments on commit 862c94a

Please sign in to comment.