Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 17, 2023
1 parent 81c02ef commit 2a116bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ntex-io/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,8 @@ mod tests {
assert!(server.0.eq(&server.0));

assert!(format!("{:?}", Flags::IO_STOPPED).contains("IO_STOPPED"));
assert!(Flags::IO_STOPPED == Flags::IO_STOPPED);
assert!(Flags::IO_STOPPED != Flags::IO_STOPPING);
}

#[ntex::test]
Expand Down

0 comments on commit 2a116bc

Please sign in to comment.