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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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