Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed May 27, 2024
1 parent 933d7d5 commit 23c2e24
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,7 @@ fn check_prices() {

let helper = Helper::new(&owner, test_coins, common_pcl_params()).unwrap();
let err = helper.query_prices().unwrap_err();
assert_eq!(StdError::generic_err("Querier contract error: Generic error: Not implemented.Use { \"observe\": { \"seconds_ago\": ... } } instead.")
, err);
assert!(err.to_string().contains("Not implemented.Use"));
}

#[test]
Expand Down

0 comments on commit 23c2e24

Please sign in to comment.