aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-05-22 13:22:20 -0300
committerSebastian <sebasjm@gmail.com>2024-05-22 13:22:20 -0300
commit027b26d1ac9d88a4cfc901cc2465e45bfe13e812 (patch)
tree19a644b2c4ef668a4e95294ead5f20e7a76e2f45 /packages/taler-harness/src
parent1cdef9cbf18e0d2c36e334b664fbd18fad2e1602 (diff)
downloadwallet-core-027b26d1ac9d88a4cfc901cc2465e45bfe13e812.tar.xz
fix type
Diffstat (limited to 'packages/taler-harness/src')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment-template.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-template.ts b/packages/taler-harness/src/integrationtests/test-payment-template.ts
index 451a7dbe9..fc4cd1198 100644
--- a/packages/taler-harness/src/integrationtests/test-payment-template.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment-template.ts
@@ -83,7 +83,7 @@ export async function runPaymentTemplateTest(t: GlobalTestState) {
);
t.assertDeepEqual(
- checkPayTemplateResult.template_contract.summary,
+ checkPayTemplateResult.templateDetails.template_contract.summary,
mySummary,
);