diff options
author | Florian Dold <florian@dold.me> | 2023-01-04 14:22:38 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-04 14:22:38 +0100 |
commit | aa165477d0ba682f5464d3b27ddb07001eab8366 (patch) | |
tree | 5e720b2521b72158b5555cdec060aeb3b042b936 /packages/taler-harness | |
parent | 73eccdd1cff60af7031b4e118cb17590694d8362 (diff) |
harness: p2p payment emojis
Diffstat (limited to 'packages/taler-harness')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts | 4 |
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 }, |