Skip to content

Commit 7225d59

Browse files
committed
test: fix refs to mockParsePriceFeedUpdatesWithSlots
1 parent 3c0e710 commit 7225d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/forge-test/PulseScheduler.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ contract SchedulerTest is Test, SchedulerEvents, PulseSchedulerTestUtils {
21392139
PythStructs.PriceFeed[] memory priceFeeds,
21402140
uint64[] memory slots
21412141
) = createMockPriceFeedsWithSlots(publishTime, numInitialFeeds);
2142-
mockParsePriceFeedUpdatesWithSlots(pyth, priceFeeds, slots);
2142+
mockParsePriceFeedUpdatesWithSlotsStrict(pyth, priceFeeds, slots);
21432143

21442144
vm.prank(pusher);
21452145
scheduler.updatePriceFeeds(

0 commit comments

Comments
 (0)