We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44138d commit 6084f49Copy full SHA for 6084f49
pallets/swap/src/pallet/tests.rs
@@ -2783,7 +2783,7 @@ fn proportional_when_price_is_one_and_alpha_is_excess() {
2783
}
2784
2785
#[test]
2786
-fn proportional_with_higher_price_and_alpha_limiting() {
+fn proportional_with_higher_price_and_tao_limiting() {
2787
// Choose sqrt_price = 2.0 => price = 4.0 (since implementation squares it)
2788
let sqrt = U64F64::from_num(2u64);
2789
let amount_tao: TaoCurrency = 50u64.into();
0 commit comments