Skip to content

Commit 4fb0341

Browse files
FabienLaunaymjbvz
authored andcommitted
Fix word repetition in lazy.test.ts comment (microsoft#88464)
1 parent b9ad9c9 commit 4fb0341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/test/common/lazy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ suite('Lazy', () => {
4747
assert.deepEqual(innerLazy.getValue(), [1, 11]);
4848
});
4949

50-
test('map should should handle error values', () => {
50+
test('map should handle error values', () => {
5151
let outer = 0;
5252
let inner = 10;
5353
const outerLazy = new Lazy(() => { throw new Error(`${++outer}`); });

0 commit comments

Comments
 (0)