|
|
@@ -464,7 +464,8 @@ mod tests {
|
|
|
let mut ws = MexcSpotWs::new_with_tag("Mexc".to_string(), None, MexcSpotWsType::PublicAndPrivate);
|
|
|
|
|
|
ws.set_subscribe(vec![
|
|
|
- // MexcSpotWsSubscribeType::PuFuturesRecords("Min1".to_string()),
|
|
|
+ MexcSpotWsSubscribeType::PuFuturesRecords("Min1".to_string()),
|
|
|
+ MexcSpotWsSubscribeType::PuFuturesRecords("Min3".to_string()),
|
|
|
MexcSpotWsSubscribeType::PuFuturesDepth
|
|
|
]);
|
|
|
|