Skip to content

Commit 0b9941d

Browse files
test: update to make coverage pass
1 parent 6a11b91 commit 0b9941d

File tree

1 file changed

+1
-1
lines changed
  • packages/fx-core/src/component/coordinator

1 file changed

+1
-1
lines changed

packages/fx-core/src/component/coordinator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class Coordinator {
457457

458458
const checkM365TenatRes1 = provisionUtils.ensureM365TenantMatchesV3(
459459
tenantSwitchCheckActions,
460-
m365tenantInfo?.tenantIdInToken
460+
m365tenantInfo.tenantIdInToken
461461
);
462462

463463
if (checkM365TenatRes1.isErr()) {

0 commit comments

Comments
 (0)