From 73eccdd1cff60af7031b4e118cb17590694d8362 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 4 Jan 2023 14:20:16 +0100 Subject: harness: test more unicode characters in subject --- packages/taler-harness/src/integrationtests/test-payment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-harness/src') 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", }; -- cgit v1.2.3