test: Fix a typo in an error message
Thank for the awesome project!
This commit is contained in:
parent
3d8b9a8e7b
commit
8ed2662251
|
@ -112,7 +112,7 @@ fn test_module_from_code() {
|
|||
|
||||
let add_func = adder_mod
|
||||
.get("add")
|
||||
.expect("Add fucntion should be in the module")
|
||||
.expect("Add function should be in the module")
|
||||
.to_object(py);
|
||||
|
||||
let ret_value: i32 = add_func
|
||||
|
|
Loading…
Reference in a new issue