|
|
@@ -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列表信息
|