Skip to content

Commit

Permalink
test(search): account for full pattern now matched
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 21, 2024
1 parent a9032a5 commit b01d630
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/spec/features/search/BpmnSearchProviderSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ describe('features - BPMN search provider', function() {

// then
expectTokens(elements[0].primaryTokens, [
{ value: 'all', match: true },
{ value: ' ' },
{ value: 'matched', match: true }
{ value: 'all matched', match: true }
]);
}));

Expand Down

0 comments on commit b01d630

Please sign in to comment.