Skip to content

Commit 3c2e6f1

Browse files
authored
Merge pull request #193 from synonymdev/codex/paykit-sdk-native-integration
fix: update paykit staging fixture contacts
2 parents 518d76f + 5eb41e5 commit 3c2e6f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/helpers/fixtures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export const STAGING_TEST_CONTACTS: readonly PubkyContact[] = [
2626
export 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;

test/specs/paykit.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)