Skip to content

Commit

Permalink
Undo accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 26, 2023
1 parent 729416e commit 8dd8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop-tests/src/arch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub(crate) mod native {
}

fn expect_muxer_yamux() -> Result<()> {
match from_env("muxer")? {
match from_env("muxer")? {
Muxer::Yamux => (),
Muxer::Mplex => {
bail!("Only Yamux is supported, not Mplex")
Expand Down

0 comments on commit 8dd8f37

Please sign in to comment.