aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-04 14:20:16 +0100
committerFlorian Dold <florian@dold.me>2023-01-04 14:20:16 +0100
commit73eccdd1cff60af7031b4e118cb17590694d8362 (patch)
tree095545b1e64b04082b334997d1219b1f45768f31 /packages/taler-harness
parent860aff83e16808d5b67d1c72565b91111ed6e39d (diff)
downloadwallet-core-73eccdd1cff60af7031b4e118cb17590694d8362.tar.xz
harness: test more unicode characters in subject
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment.ts b/packages/taler-harness/src/integrationtests/test-payment.ts
index 66d10f996..b4c1f0cae 100644
--- a/packages/taler-harness/src/integrationtests/test-payment.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment.ts
@@ -53,7 +53,7 @@ export async function runPaymentTest(t: GlobalTestState) {
// Test JSON normalization of contract terms: Does the wallet
// agree with the merchant?
const order2 = {
- summary: "Testing “unicode” characters",
+ summary: "Testing “unicode” characters: 😁😱😇🥺🫦",
amount: "TESTKUDOS:5",
fulfillment_url: "taler://fulfillment-success/thx",
};