From dc68e1f01b191876c2a2658fa06f647b5c0936cc Mon Sep 17 00:00:00 2001 From: wangweiyuan Date: Tue, 22 Jul 2025 18:13:36 +0800 Subject: [PATCH] update getCodeFixesAtPosition.json Signed-off-by: wangweiyuan --- ets2panda/bindings/test/expected/getCodeFixesAtPosition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ets2panda/bindings/test/expected/getCodeFixesAtPosition.json b/ets2panda/bindings/test/expected/getCodeFixesAtPosition.json index 24c432fbfc..35a77a771c 100644 --- a/ets2panda/bindings/test/expected/getCodeFixesAtPosition.json +++ b/ets2panda/bindings/test/expected/getCodeFixesAtPosition.json @@ -7,8 +7,8 @@ "textChanges": [ { "span": { - "start": 990, - "length": 6 + "start": 991, + "length": 5 }, "newText": "" } -- Gitee