Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Nov 21, 2024
1 parent 96e2505 commit bf7b2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("DeviceCodeCredential (internal)", function () {
recorder.configureClientOptions({
tenantId: env.AZURE_TENANT_ID,
clientId: env.AZURE_CLIENT_ID,
})
}),
);

await credential.getToken(scope);
Expand All @@ -66,7 +66,7 @@ describe("DeviceCodeCredential (internal)", function () {
recorder.configureClientOptions({
tenantId: env.AZURE_TENANT_ID,
clientId: env.AZURE_CLIENT_ID,
})
}),
);

await credential.getToken(scope, { tenantId: env.AZURE_TENANT_ID });
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/test/node/msalNodeTestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export async function msalNodeTestSetup(
},
],
},
["record", "playback"]
["record", "playback"],
);

return {
Expand Down

0 comments on commit bf7b2db

Please sign in to comment.