Skip to content

Commit ddfdb7a

Browse files
committed
pass algod to waitForIndexer
1 parent 67546c6 commit ddfdb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/fixtures/algorand-fixture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export function algorandFixture(fixtureConfig?: AlgorandFixtureConfig, config?:
111111
return account
112112
},
113113
transactionLogger: transactionLogger,
114-
waitForIndexer: () => transactionLogger.waitForIndexer(indexer),
114+
waitForIndexer: () => transactionLogger.waitForIndexer(algod, indexer),
115115
waitForIndexerTransaction: (transactionId: string) => runWhenIndexerCaughtUp(() => indexer.lookupTransactionByID(transactionId).do()),
116116
}
117117
}

0 commit comments

Comments
 (0)