Skip to content

Commit

Permalink
feat(elastic-search): Order of serachterm test
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Dec 24, 2024
1 parent 9691675 commit b8b3600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elasticsearch-plugin/e2e/e2e-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export async function testMatchSearchTerm(client: SimpleGraphQLClient) {
},
);
expect(result.search.items.map(i => i.productName)).toEqual([
'Instant Camera',
'Camera Lens',
'Instant Camera',
'SLR Camera',
]);
}
Expand Down

0 comments on commit b8b3600

Please sign in to comment.