Skip to content

Commit

Permalink
fix: binance test
Browse files Browse the repository at this point in the history
  • Loading branch information
loocapro committed Sep 13, 2024
1 parent fc19748 commit 4119ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oracle/src/offchain_data/binance/feeder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ mod tests {
use super::*;
use futures::StreamExt;

#[ignore]
#[tokio::test]
async fn can_connect() {
let symbols = vec!["btcusdt".to_string(), "ethusdt".to_string()];
Expand Down

0 comments on commit 4119ec7

Please sign in to comment.