/// Helper functions for unit tests
/// Get sqrt current price from reserves of token_1 and token_0
///
/// Where token_0 is base (ETH) and token_1 is quote (USDC)
///
/// # Formula
/// `P = reserve_1 / reserve_0`
///
/// Obtain liquidity from virtual reserves of token_1 and token_0
///