TestValidator now implements Drop, no need to close() it
This commit is contained in:
committed by
mergify[bot]
parent
0a9ff1dc9d
commit
bbad3fe501
@@ -82,7 +82,6 @@ fn test_rpc_client() {
|
||||
client.get_balance(&alice.pubkey()).unwrap(),
|
||||
original_alice_balance - sol_to_lamports(20.0)
|
||||
);
|
||||
test_validator.close();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user