Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Nov 10, 2022
1 parent f33d05b commit c75ba7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/search/pkg/search/index/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ var _ = Describe("Index", func() {
err := i.Add(ref, ri)
Expect(err).ToNot(HaveOccurred())

assertDocCount(ref.ResourceId, `Name:*hidden* +Hidden:true`, 0)
assertDocCount(ref.ResourceId, `Name:*hidden* +Hidden:T`, 1)
assertDocCount(ref.ResourceId, `Name:*hidden* +Hidden:F`, 0)
})

Context("with a file in the root of the space", func() {
Expand Down

0 comments on commit c75ba7a

Please sign in to comment.