Skip to content

Commit 6084f49

Browse files
Update pallets/swap/src/pallet/tests.rs
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent c44138d commit 6084f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/swap/src/pallet/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@ fn proportional_when_price_is_one_and_alpha_is_excess() {
27832783
}
27842784

27852785
#[test]
2786-
fn proportional_with_higher_price_and_alpha_limiting() {
2786+
fn proportional_with_higher_price_and_tao_limiting() {
27872787
// Choose sqrt_price = 2.0 => price = 4.0 (since implementation squares it)
27882788
let sqrt = U64F64::from_num(2u64);
27892789
let amount_tao: TaoCurrency = 50u64.into();

0 commit comments

Comments
 (0)