fix get_multiple_accounts test (#28473)

This commit is contained in:
kirill lykov 2022-10-19 18:25:50 +02:00 committed by GitHub
parent 449b673c4b
commit 6c85778bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -5604,7 +5604,8 @@ pub mod tests {
"lamports": TEST_MINT_LAMPORTS, "lamports": TEST_MINT_LAMPORTS,
"data": ["", "base64"], "data": ["", "base64"],
"executable": false, "executable": false,
"rentEpoch": 0 "rentEpoch": 0,
"space": 0,
}, },
null, null,
{ {
@ -5612,7 +5613,8 @@ pub mod tests {
"lamports": 42, "lamports": 42,
"data": [base64::encode(&data[1..3]), "base64"], "data": [base64::encode(&data[1..3]), "base64"],
"executable": false, "executable": false,
"rentEpoch": 0 "rentEpoch": 0,
"space": 5,
} }
]); ]);
assert_eq!( assert_eq!(