Skip to content

Commit 3835296

Browse files
committed
test(e2e): fix wrong method name for stake pool stats
1 parent 58513e2 commit 3835296

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)