slot 0 now contains the same number of ticks as all subsequent slots
This commit is contained in:
@ -32,7 +32,7 @@ fn bad_arguments() {
|
||||
#[test]
|
||||
fn nominal() {
|
||||
let keypair = Arc::new(Keypair::new());
|
||||
let (_, ledger_path, _, _) =
|
||||
let (_mint_keypair, ledger_path, _last_entry_height, _last_id, _last_entry_id) =
|
||||
create_tmp_sample_ledger("test_ledger_tool_nominal", 100, 9, keypair.pubkey(), 50);
|
||||
|
||||
// Basic validation
|
||||
|
Reference in New Issue
Block a user