From 6c85778bf1e2a70303cd62c99ca0f34cf267d55c Mon Sep 17 00:00:00 2001 From: kirill lykov Date: Wed, 19 Oct 2022 18:25:50 +0200 Subject: [PATCH] fix get_multiple_accounts test (#28473) --- rpc/src/rpc.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpc/src/rpc.rs b/rpc/src/rpc.rs index 0247ccac0b..a024f84e47 100644 --- a/rpc/src/rpc.rs +++ b/rpc/src/rpc.rs @@ -5604,7 +5604,8 @@ pub mod tests { "lamports": TEST_MINT_LAMPORTS, "data": ["", "base64"], "executable": false, - "rentEpoch": 0 + "rentEpoch": 0, + "space": 0, }, null, { @@ -5612,7 +5613,8 @@ pub mod tests { "lamports": 42, "data": [base64::encode(&data[1..3]), "base64"], "executable": false, - "rentEpoch": 0 + "rentEpoch": 0, + "space": 5, } ]); assert_eq!(