瀏覽代碼

Update mod.rs (#2367)

Maxim Evtush 9 月之前
父節點
當前提交
4d6418ae43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pythnet/message_buffer/programs/mock-cpi-caller/tests/program_test/mod.rs

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

@@ -167,7 +167,7 @@ impl MessageBufferTestContext {
                 Err(e.into())
             }
             Err(e) => {
-                println!("proces_ixs Error: {:?}", e);
+                println!("process_ixs Error: {:?}", e);
                 panic!("Non Custom Ix Error in process_ixs{:?}", e);
             }
             Ok(_) => Ok(()),