We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2046766 commit c05e750Copy full SHA for c05e750
1 file changed
plugins/toolbox-search/test/tests.mocha.js
@@ -101,10 +101,10 @@ suite('BlockSearcher', () => {
101
searcher.indexBlocks([blockInfo]);
102
103
assert.sameMembers(
104
- searcher.blockTypesMatching('custom block with underscore'),
+ searcher.blockTypesMatching('searcher underscore block'),
105
[blockInfo],
106
);
107
- assert.isEmpty(searcher.blockTypesMatching('custom_block_with_underscore'));
+ assert.isEmpty(searcher.blockTypesMatching('searcher_underscore_block'));
108
});
109
110
test('longer queries disambiguate similar blocks', () => {
0 commit comments