Skip to content

Commit

Permalink
Fix misspelled feature names
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-markin committed Oct 30, 2024
1 parent b976df9 commit edaf0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conformance/substrate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.

#![cfg(feature = "custom-sc-network")]
#![cfg(feature = "custom_sc_network")]

#[cfg(test)]
mod connection;
Expand Down
2 changes: 1 addition & 1 deletion tests/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ async fn simultaneous_dial_ipv6_quic() {
}
}

#[cfg(feature = "webscocket")]
#[cfg(feature = "websocket")]
#[tokio::test]
async fn websocket_over_ipv6() {
let _ = tracing_subscriber::fmt()
Expand Down

0 comments on commit edaf0b7

Please sign in to comment.