Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pythcoiner committed Jun 7, 2024
1 parent 1f194d0 commit d8265d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,11 @@ mod test {
#[test]
fn test_check_flag() {
let protocol = crate::Protocol::MiningProtocol;
let flag_avaiable = 0b_0000_0000_0000_0000_0000_0000_0000_0000;
let flag_available = 0b_0000_0000_0000_0000_0000_0000_0000_0000;
let flag_required = 0b_0000_0000_0000_0000_0000_0000_0000_0001;
assert!(SetupConnection::check_flags(
protocol,
flag_avaiable,
flag_available,
flag_required
));
}
Expand Down

0 comments on commit d8265d1

Please sign in to comment.