Skip to content

Commit f269160

Browse files
rename test function from test_hello to test_calc
1 parent 4960ace commit f269160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mutability/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mod test {
2525
use crate::{Contract, ContractClient};
2626

2727
#[test]
28-
fn test_hello() {
28+
fn test_calc() {
2929
let e = Env::default();
3030
let contract_id = e.register(Contract, ());
3131
let client = ContractClient::new(&e, &contract_id);

0 commit comments

Comments
 (0)