aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-04 14:22:38 +0100
committerFlorian Dold <florian@dold.me>2023-01-04 14:22:38 +0100
commitaa165477d0ba682f5464d3b27ddb07001eab8366 (patch)
tree5e720b2521b72158b5555cdec060aeb3b042b936
parent73eccdd1cff60af7031b4e118cb17590694d8362 (diff)
downloadwallet-core-aa165477d0ba682f5464d3b27ddb07001eab8366.tar.xz
harness: p2p payment emojis
-rw-r--r--packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts4
1 files changed, 2 insertions, 2 deletions
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
},