Skip to content

Commit

Permalink
test: ut
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang committed Oct 16, 2024
1 parent 08c9b70 commit 8da0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-core/tests/error/error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe("CopilotDisabledError", function () {

describe("NodejsNotLtsError", function () {
it("happy", () => {
const err = new NodejsNotLtsError("src");
const err = new NodejsNotLtsError("nodejs-v18", "src");
assert.deepEqual(err.source, "src");
});
});
Expand Down

0 comments on commit 8da0aab

Please sign in to comment.