Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Mar 20, 2024
1 parent 2d1b0a4 commit 4ffdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/IT.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import {
verifyRevocation,
VPTokenLocation,
} from '../src';
import { checkSIOPSpecVersionSupported } from '../src/helpers/SIOPSpecVersion';
import { InMemoryRPSessionManager } from '../src';
import { checkSIOPSpecVersionSupported } from '../src/helpers/SIOPSpecVersion';

import { mockedGetEnterpriseAuthToken, WELL_KNOWN_OPENID_FEDERATION } from './TestUtils';
import {
Expand Down

0 comments on commit 4ffdf7e

Please sign in to comment.