Skip to content

Commit

Permalink
refactor: remove meilisearch name from filter builder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmstefanski committed Feb 17, 2024
1 parent 13f61d5 commit 7616c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/utils/filter-builder.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComparisonOperators, FilterBuilder, LogicalOperators, SpecialOperators } from "./filter-builder"

describe("MeiliSearchFilterBuilder", () => {
describe("FilterBuilder", () => {
test("should create a basic condition", () => {
const filter = new FilterBuilder().where("genres", ComparisonOperators.Equal, "horror").build()

Expand Down

0 comments on commit 7616c5e

Please sign in to comment.