Skip to content

Commit

Permalink
test: remove old resolved test case
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Jul 3, 2023
1 parent 7296f86 commit 86233f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/oracle/wasm/tests/test_price_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ pub fn test_validate_and_query_astroport_spot_price_source(
#[test_case(PairType::Stable {}, &["uatom","uion"], "uosmo", &[("uion",TWO)], 5, 100; "Stable, route with non-base existing asset, in pair")]
#[test_case(PairType::Xyk {}, &["uatom","uosmo"], "uosmo", &[], 5,0 => panics; "Zero window size")]
#[test_case(PairType::Xyk {}, &["uatom","uosmo"], "uosmo", &[], 0,5; "Zero tolerance")]
#[test_case(PairType::Xyk {}, &["stake","uatom"], "uatom", &[], 38535, 860495; "idk whats wrong here")]
fn test_validate_and_query_astroport_twap_price(
pair_type: PairType,
pair_denoms: &[&str; 2],
Expand Down

0 comments on commit 86233f9

Please sign in to comment.