Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pierceforte authored and robertream committed May 22, 2024
1 parent 76bee1c commit 4dc2ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srt-protocol/src/protocol/pending_connection/listen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,6 @@ mod test {
panic!("expected a ConnectionResult::RequestAccess");
};

assert_eq!(request_access.key_size, send_key_size);
assert_eq!(request_access.key_size, hs_key_size);
}
}

0 comments on commit 4dc2ae4

Please sign in to comment.