Skip to content

Commit 84ed22f

Browse files
Merge pull request #1490 from input-output-hk/fix/k6-wallet-wrong-stake-pool-stats-method
test(e2e): fix wrong method name for stake pool stats
2 parents 58513e2 + 3835296 commit 84ed22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/test/k6/scenarios/wallets.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const syncWallet = ({ wallet, poolAddress }) => {
245245
if (RUN_MODE === RunMode.Restore) {
246246
sdkCom.stakePoolSearch(poolAddress);
247247
}
248-
sdkCom.stats();
248+
sdkCom.stakePoolStats();
249249

250250
// Consider the wallet synced by tracking its first address
251251
syncedWallets.add(addresses[0]);

0 commit comments

Comments
 (0)