From dad5eb13d447bc844aaff6572ae09792bf6b55d1 Mon Sep 17 00:00:00 2001 From: dr666m1 <26474260+kitta65@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:14:12 +0900 Subject: [PATCH] fix test --- client/src/test/suite/format.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/test/suite/format.test.ts b/client/src/test/suite/format.test.ts index 3a45dd4..1a5bb87 100644 --- a/client/src/test/suite/format.test.ts +++ b/client/src/test/suite/format.test.ts @@ -12,7 +12,7 @@ describe("Format", function () { await util.deleteTextDocument(filename); }); it("format", async function () { - const sql = "SELECT 1 one;"; + const sql = "SELECT 1 one;\n"; await util.insert(filename, new vscode.Position(0, 0), sql); const res: Array<{ newText: string }> = await vscode.commands.executeCommand(