Skip to content

Commit a3fc2a1

Browse files
Fix RP import in client store test
1 parent b297d31 commit a3fc2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/client-store-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const test = require('tape')
44
const KVPFileStore = require('kvplus-files')
55

66
const ClientStore = require('../../src/store')
7-
const OIDCRelyingParty = require('oidc-rp').RelyingParty
7+
const OIDCRelyingParty = require('oidc-rp')
88

99
const storeBasePath = './test/store/'
1010
const storeOptions = { path: storeBasePath }

0 commit comments

Comments
 (0)