Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 14, 2024
1 parent 8bfbe7b commit 12e42a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/search/index_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestIndexFilter(t *testing.T) {
t.Parallel()

actual := *(getAttributes("filterable"))
expected := []string{"date", "score", "rank", "type", "nsfw", "tag"}
expected := []string{"date", "meta_tag", "score", "rank", "type", "nsfw", "tag"}

sort.Strings(expected)
sort.Strings(actual)
Expand Down

0 comments on commit 12e42a8

Please sign in to comment.