diff options
author | Sebastian <sebasjm@gmail.com> | 2023-03-29 08:35:33 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-03-29 08:35:33 -0300 |
commit | e311dc4bef5e50ee7f797d5ff08309a63a43568d (patch) | |
tree | 2a97730c996591c48191a9bbf5c36480ca34c0b3 | |
parent | efbde0e16033542ae104f5365be5cee6e65ef7b0 (diff) |
missing rename
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-kyc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts b/packages/taler-harness/src/integrationtests/test-kyc.ts index bb40d9274..b7ea0ff77 100644 --- a/packages/taler-harness/src/integrationtests/test-kyc.ts +++ b/packages/taler-harness/src/integrationtests/test-kyc.ts @@ -311,7 +311,7 @@ export async function runKycTest(t: GlobalTestState) { // Withdraw const kycNotificationCond = walletClient.waitForNotificationCond((x) => { - if (x.type === NotificationType.WithdrawalGroupKycRequested) { + if (x.type === NotificationType.KycRequested) { return x; } return false; |