From aa165477d0ba682f5464d3b27ddb07001eab8366 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 4 Jan 2023 14:22:38 +0100 Subject: harness: p2p payment emojis --- packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts') diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts index 4aaeca624..2a93c3559 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts @@ -59,7 +59,7 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { WalletApiOperation.InitiatePeerPushPayment, { partialContractTerms: { - summary: "Hello World", + summary: "Hello World 😁😇", amount: "TESTKUDOS:5", purse_expiration }, @@ -73,7 +73,7 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { WalletApiOperation.InitiatePeerPushPayment, { partialContractTerms: { - summary: "Hello World", + summary: "Hello World 🥺", amount: "TESTKUDOS:5", purse_expiration }, -- cgit v1.2.3