Skip to content

Commit c39af1e

Browse files
kmugEqCopilot
andauthored
typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 44c3fc0 commit c39af1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/extension/server/src/test/codeActions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ describe("Test codeaction for ignoring warning", () => {
175175
const textEdits = codeActions[0].edit?.documentChanges?.at(
176176
0,
177177
) as TextDocumentEdit;
178-
const updatedeContent = TextDocument.applyEdits(doc, textEdits.edits as TextEdit[]);
179-
const updatedCnfg = parseSepticForTest(updatedeContent);
178+
const updatedContent = TextDocument.applyEdits(doc, textEdits.edits as TextEdit[]);
179+
const updatedCnfg = parseSepticForTest(updatedContent);
180180
expect(updatedCnfg.comments[0].content).to.equal(
181181
"{# noqa: W501, E202 #}",
182182
);

0 commit comments

Comments
 (0)