diff options
author | Florian Dold <florian@dold.me> | 2023-01-04 14:20:16 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-04 14:20:16 +0100 |
commit | 73eccdd1cff60af7031b4e118cb17590694d8362 (patch) | |
tree | 095545b1e64b04082b334997d1219b1f45768f31 /packages | |
parent | 860aff83e16808d5b67d1c72565b91111ed6e39d (diff) |
harness: test more unicode characters in subject
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-payment.ts | 2 |
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", }; |