Skip to content

Commit

Permalink
test: update success result in scaffold question test for botMe option
Browse files Browse the repository at this point in the history
  • Loading branch information
huimiu committed Jan 17, 2025
1 parent a4a270f commit 226d43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-core/tests/question/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3932,7 +3932,7 @@ describe("scaffold question", () => {
const select = question as SingleSelectQuestion;
const options = await select.dynamicOptions!(inputs);
assert.isTrue(options.length === 3);
return ok({ type: "success", result: MeArchitectureOptions.botPlugin().id });
return ok({ type: "success", result: MeArchitectureOptions.botMe().id });
} else if (question.name === QuestionNames.ProgrammingLanguage) {
const select = question as SingleSelectQuestion;
const options = await select.dynamicOptions!(inputs);
Expand Down

0 comments on commit 226d43f

Please sign in to comment.