diff options
author | Florian Dold <florian@dold.me> | 2021-01-14 18:13:12 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-14 18:13:12 +0100 |
commit | 2309d9a03c3b40dee6fcfa10147f367d89a81083 (patch) | |
tree | 7ff2e27e880b685216eae60867c43674ba868340 /packages | |
parent | 93633ac6838e7936e894d15e736ab89942f0f3b3 (diff) |
coin name
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts index de4086df9..bb0c59210 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts @@ -66,7 +66,7 @@ export async function runRevocationTest(t: GlobalTestState) { durationSpend: "2 years", durationWithdraw: "7 days", rsaKeySize: 1024, - name: `$TESTKUDOS_u1`, + name: `TESTKUDOS_u1`, value: `TESTKUDOS:1`, feeDeposit: `TESTKUDOS:0`, feeRefresh: `TESTKUDOS:0`, |