Skip to content

Commit

Permalink
Merge pull request #1490 from input-output-hk/fix/k6-wallet-wrong-sta…
Browse files Browse the repository at this point in the history
…ke-pool-stats-method

test(e2e): fix wrong method name for stake pool stats
  • Loading branch information
mirceahasegan committed Sep 26, 2024
2 parents 58513e2 + 3835296 commit 84ed22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/test/k6/scenarios/wallets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const syncWallet = ({ wallet, poolAddress }) => {
if (RUN_MODE === RunMode.Restore) {
sdkCom.stakePoolSearch(poolAddress);
}
sdkCom.stats();
sdkCom.stakePoolStats();

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

0 comments on commit 84ed22f

Please sign in to comment.