committed by
GitHub
parent
1da1667920
commit
58ef02f02b
@ -555,7 +555,6 @@ mod tests {
|
||||
use std::fs::remove_file;
|
||||
use std::io::Write;
|
||||
use std::path::Path;
|
||||
use tempfile;
|
||||
|
||||
#[test]
|
||||
fn test_append_primordial_accounts_to_genesis() {
|
||||
|
@ -143,9 +143,10 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::float_cmp)]
|
||||
fn test_make_lockups() {
|
||||
// this number just a random val
|
||||
let total_lamports: u64 = 1725987234408923;
|
||||
let total_lamports: u64 = 1_725_987_234_408_923;
|
||||
|
||||
// expected config
|
||||
const EPOCHS_PER_MONTH: Epoch = 2;
|
||||
|
Reference in New Issue
Block a user