Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cptartur committed May 29, 2024
1 parent bffccd5 commit b02972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/nqg_token/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ mod tests {
base_value.mul(&I256::from_i32(&env, 10).pow(DECIMALS))
);

let base_value = I256::from_i128(&env, 1123456789123456789);
let base_value = I256::from_i128(&env, 1_123_456_789_123_456_789);
let nqg_value = base_value.mul(&I256::from_i32(&env, 10).pow(NQG_DECIMALS));
assert_eq!(
nqg_score_to_balance(&env, &nqg_value),
Expand Down

0 comments on commit b02972f

Please sign in to comment.