Skip to content

Commit 079ad17

Browse files
committed
fix tests
1 parent 4dab4b0 commit 079ad17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/edit/searchAndReplace/findSearchMatches.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ line 3 foo`;
146146
});
147147

148148
it("should find multiple matches with varying cases", () => {
149-
const content = "Hello world, HELLO universe, hello there";
149+
const content = "Hello world, HELLO universe, HeLLo there";
150150
const search = "hello";
151151
const matches = findSearchMatches(content, search);
152152

0 commit comments

Comments
 (0)