fix test name (#5932)

This commit is contained in:
Parth
2019-09-18 01:14:44 +05:30
committed by GitHub
parent 14cb6353c0
commit de4f564780

View File

@ -54,7 +54,7 @@ mod tests {
use super::*; use super::*;
#[test] #[test]
fn test_fees_create_account() { fn test_rent_create_account() {
let lamports = 42; let lamports = 42;
let account = create_account(lamports, &RentCalculator::default()); let account = create_account(lamports, &RentCalculator::default());
let rent = Rent::from_account(&account).unwrap(); let rent = Rent::from_account(&account).unwrap();