Skip to content

Commit 2ec90f0

Browse files
committed
Update test.rs
1 parent c80fbc2 commit 2ec90f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • basics/hello-solana/native/program/tests

basics/hello-solana/native/program/tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ fn test_hello_solana() {
3030
svm.latest_blockhash(),
3131
);
3232

33-
let _ = svm.send_transaction(tx).is_err();
33+
assert!(svm.send_transaction(tx).is_ok());
3434
}

0 commit comments

Comments
 (0)