From abfbb46d35f9cc95fd2f05b5a1f0aa09f0dd0b7e Mon Sep 17 00:00:00 2001 From: Julianothiesen Date: Mon, 4 Mar 2024 15:10:41 -0300 Subject: [PATCH] Update lib.rs adjust in comments --- src/program-rust/tests/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/program-rust/tests/lib.rs b/src/program-rust/tests/lib.rs index cc9cc029..93f856aa 100644 --- a/src/program-rust/tests/lib.rs +++ b/src/program-rust/tests/lib.rs @@ -31,7 +31,7 @@ async fn test_helloworld() { ); let (mut banks_client, payer, recent_blockhash) = program_test.start().await; - // Verify account has zero greetings + // Verify account has zero greetings - try again, make with attention let greeted_account = banks_client .get_account(greeted_pubkey) .await