Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kitta65 committed Apr 6, 2024
1 parent 994ce6d commit dad5eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/test/suite/format.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dad5eb1

Please sign in to comment.