gepangpang 2 年之前
父节点
当前提交
df045b92de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      standard/tests/libs_test.rs

+ 1 - 1
standard/tests/libs_test.rs

@@ -146,7 +146,7 @@ async fn test_gate_swap_get_market() {
 #[tokio::test]
 async fn test_gate_swap_get_order_detail() {
     let gate_swap_exchange: Box<dyn Platform> = test_new_exchange(ExchangeEnum::GateSwap);
-    println!("gate_swap get_order_detail:{:?}", gate_swap_exchange.get_order_detail("336321097375").await);
+    println!("gate_swap get_order_detail:{:?}", gate_swap_exchange.get_order_detail("336321097375", false).await);
 }
 
 // 测试Gate获取Order列表信息