mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fix: fix token program unit test in debug mode
This commit is contained in:
parent
0ac7b5c702
commit
d6d722c016
@ -1091,7 +1091,7 @@ mod tests {
|
||||
BalanceEnum::MintSuccess => 50_000,
|
||||
BalanceEnum::InitSupplyMint => 150_000,
|
||||
BalanceEnum::HoldingBalanceMint => 51_000,
|
||||
BalanceEnum::MintOverflow => 2u128.pow(128) - 40_000,
|
||||
BalanceEnum::MintOverflow => u128::MAX - 40_000,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user