Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jun 14, 2024
1 parent 5988467 commit 65aa1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/connlib/tunnel/src/peer/nat_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ mod tests {

// Translate in
let translate_incoming = table
.translate_incoming(packet.as_immutable(), sent_at + response_delay)
.translate_incoming(response.as_immutable(), sent_at + response_delay)
.unwrap();

// Assert
Expand Down

0 comments on commit 65aa1ae

Please sign in to comment.