Skip to content

Commit

Permalink
chore - fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvisacker committed Dec 17, 2024
1 parent d5025bd commit 6664563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amm/ve33/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ mod tests {

assert!(
amount_out_0 * U256::from(1000) / amount_in_0 > U256::from(990),
"Amount out 1 / amount in 1 outside expected range for stableswap"
"Amount out 1 / amount in 1 outside expected range for volatile swap"
);
Ok(())
}
Expand Down

0 comments on commit 6664563

Please sign in to comment.