@@ -58,10 +58,7 @@ describe('all', () => {
5858 createExecuteJsTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
5959 it ( 'viewPKPsByAddress' , ( ) => createViewPKPsByAddressTest ( ctx ) ( ) ) ;
6060 it ( 'viewPKPsByAuthData' , ( ) =>
61- createViewPKPsByAuthDataTest (
62- ctx ,
63- ctx . aliceViemAccountAuthData
64- ) ( ) ) ;
61+ createViewPKPsByAuthDataTest ( ctx , ctx . aliceViemAccountAuthData ) ( ) ) ;
6562 it ( 'pkpEncryptDecrypt' , ( ) =>
6663 createPkpEncryptDecryptTest ( ctx , ( ) => ctx . aliceEoaAuthContext ) ( ) ) ;
6764 it ( 'encryptDecryptFlow' , ( ) =>
@@ -99,13 +96,9 @@ describe('all', () => {
9996 createPkpSignTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
10097 it ( 'executeJs' , ( ) =>
10198 createExecuteJsTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
102- it ( 'viewPKPsByAddress' , ( ) =>
103- createViewPKPsByAddressTest ( ctx ) ( ) ) ;
99+ it ( 'viewPKPsByAddress' , ( ) => createViewPKPsByAddressTest ( ctx ) ( ) ) ;
104100 it ( 'viewPKPsByAuthData' , ( ) =>
105- createViewPKPsByAuthDataTest (
106- ctx ,
107- ctx . aliceViemAccountAuthData
108- ) ( ) ) ;
101+ createViewPKPsByAuthDataTest ( ctx , ctx . aliceViemAccountAuthData ) ( ) ) ;
109102 it ( 'pkpEncryptDecrypt' , ( ) =>
110103 createPkpEncryptDecryptTest ( ctx , ( ) => ctx . alicePkpAuthContext ) ( ) ) ;
111104 it ( 'encryptDecryptFlow' , ( ) =>
0 commit comments