We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80fbc2 commit 2ec90f0Copy full SHA for 2ec90f0
1 file changed
basics/hello-solana/native/program/tests/test.rs
@@ -30,5 +30,5 @@ fn test_hello_solana() {
30
svm.latest_blockhash(),
31
);
32
33
- let _ = svm.send_transaction(tx).is_err();
+ assert!(svm.send_transaction(tx).is_ok());
34
}
0 commit comments