Skip to content

Commit 4d6418a

Browse files
authored
Update mod.rs (#2367)
1 parent f5c4b3d commit 4d6418a

File tree

1 file changed

+1
-1
lines changed
  • pythnet/message_buffer/programs/mock-cpi-caller/tests/program_test

1 file changed

+1
-1
lines changed

pythnet/message_buffer/programs/mock-cpi-caller/tests/program_test/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl MessageBufferTestContext {
167167
Err(e.into())
168168
}
169169
Err(e) => {
170-
println!("proces_ixs Error: {:?}", e);
170+
println!("process_ixs Error: {:?}", e);
171171
panic!("Non Custom Ix Error in process_ixs{:?}", e);
172172
}
173173
Ok(_) => Ok(()),

0 commit comments

Comments
 (0)