Skip to content

Commit a762be9

Browse files
committed
fixed test error, all passing
1 parent cef812a commit a762be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/stylus/contracts/pyth-receiver/src/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ mod test {
348348

349349
let price_result = pyth_contract
350350
.sender(alice)
351-
.get_price_unsafe(ban_usd_feed_id());
351+
.query_price_feed(ban_usd_feed_id());
352352

353353
assert!(price_result.is_err());
354354
assert_eq!(

0 commit comments

Comments
 (0)