提交 4fb03413 编写于 作者: F Fabien Launay 提交者: Matt Bierner

Fix word repetition in lazy.test.ts comment (#88464)

上级 b9ad9c96
......@@ -47,7 +47,7 @@ suite('Lazy', () => {
assert.deepEqual(innerLazy.getValue(), [1, 11]);
});
test('map should should handle error values', () => {
test('map should handle error values', () => {
let outer = 0;
let inner = 10;
const outerLazy = new Lazy(() => { throw new Error(`${++outer}`); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册