Skip to content

Commit

Permalink
Revert "Fix misspelled feature names"
Browse files Browse the repository at this point in the history
This reverts commit edaf0b7.
  • Loading branch information
dmitry-markin committed Oct 30, 2024
1 parent edaf0b7 commit 5c88a03
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 = "websocket")]
#[cfg(feature = "webscocket")]
#[tokio::test]
async fn websocket_over_ipv6() {
let _ = tracing_subscriber::fmt()
Expand Down

0 comments on commit 5c88a03

Please sign in to comment.