@@ -56,10 +56,12 @@ describe('all', () => {
5656 createPkpSignTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
5757 it ( 'executeJs' , ( ) =>
5858 createExecuteJsTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
59- it ( 'viewPKPsByAddress' , ( ) =>
60- createViewPKPsByAddressTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
59+ it ( 'viewPKPsByAddress' , ( ) => createViewPKPsByAddressTest ( ctx ) ( ) ) ;
6160 it ( 'viewPKPsByAuthData' , ( ) =>
62- createViewPKPsByAuthDataTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
61+ createViewPKPsByAuthDataTest (
62+ ctx ,
63+ ctx . aliceViemAccountAuthData
64+ ) ( ) ) ;
6365 it ( 'pkpEncryptDecrypt' , ( ) =>
6466 createPkpEncryptDecryptTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
6567 it ( 'encryptDecryptFlow' , ( ) =>
@@ -98,9 +100,12 @@ describe('all', () => {
98100 it ( 'executeJs' , ( ) =>
99101 createExecuteJsTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
100102 it ( 'viewPKPsByAddress' , ( ) =>
101- createViewPKPsByAddressTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
103+ createViewPKPsByAddressTest ( ctx ) ( ) ) ;
102104 it ( 'viewPKPsByAuthData' , ( ) =>
103- createViewPKPsByAuthDataTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
105+ createViewPKPsByAuthDataTest (
106+ ctx ,
107+ ctx . aliceViemAccountAuthData
108+ ) ( ) ) ;
104109 it ( 'pkpEncryptDecrypt' , ( ) =>
105110 createPkpEncryptDecryptTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
106111 it ( 'encryptDecryptFlow' , ( ) =>
0 commit comments