Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Apr 12, 2023
1 parent 3dc0c28 commit 853283e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.externalaccountauthorizeduserclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ describe('ExternalAccountAuthorizedUserClient', () => {
});

it('should set default RefreshOptions', () => {
const client = new ExternalAccountAuthorizedUserClient(externalAccountAuthorizedUserCredentialOptions);
const client = new ExternalAccountAuthorizedUserClient(
externalAccountAuthorizedUserCredentialOptions
);

assert(!client.forceRefreshOnFailure);
assert(client.eagerRefreshThresholdMillis === EXPIRATION_TIME_OFFSET);
Expand Down

0 comments on commit 853283e

Please sign in to comment.