Skip to content

Commit

Permalink
run linters
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Jun 11, 2024
1 parent f17a2e5 commit c1dfb55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async fn test_asynch_clients() -> Result<()> {
return integration::clients::test_websocket_tungstenite_test_net().await;
#[cfg(all(feature = "embedded-ws", feature = "std", not(feature = "tungstenite")))]
return integration::clients::test_embedded_websocket_echo().await;
#[allow(unreachable_code)]
Ok(())
}

Expand All @@ -22,5 +23,6 @@ async fn test_asynch_clients_request() -> Result<()> {
return integration::clients::test_websocket_tungstenite_request().await;
#[cfg(all(feature = "embedded-ws", feature = "std", not(feature = "tungstenite")))]
return integration::clients::test_embedded_websocket_request().await;
#[allow(unreachable_code)]
Ok(())
}

0 comments on commit c1dfb55

Please sign in to comment.