File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ export const STAGING_TEST_CONTACTS: readonly PubkyContact[] = [
2626export const STAGING_PAYKIT_CONTACTS : readonly PubkyContact [ ] = [
2727 {
2828 name : 'Contact Paykit #1' ,
29- pubky : 'pubkyftnjb3c8a4oqcdtfi48faninkt6bwqjwiwcf9zd64dgxriaetxho ' ,
29+ pubky : 'pubky5eobej68sfnzcpzs9sn8yaupdi6gj5546iiwrrbq3nucjf4f17qy ' ,
3030 ableToPay : true ,
3131 } ,
3232 {
3333 name : 'Contact Paykit #2' ,
34- pubky : 'pubky36ztgwiu8e1qdz5fhfh671qqq8srw7q8au4kkhew8bg3w8pe1wty ' ,
34+ pubky : 'pubky9tm89bfrr3qxic5nbf9oyxfym4cd4jagx68ukogw1j1pz66ksq6y ' ,
3535 ableToPay : true ,
3636 } ,
3737] as const ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ async function openContactActivity(publicKey: string) {
5757 await tap ( 'ContactActivity' ) ;
5858}
5959
60- describe . skip ( '@pubky @paykit - Public payments' , ( ) => {
60+ describe ( '@pubky @paykit - Public payments' , ( ) => {
6161 beforeEach ( async ( ) => {
6262 await reinstallApp ( ) ;
6363 await completeOnboarding ( ) ;
You can’t perform that action at this time.
0 commit comments