Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Dec 19, 2024
1 parent 9182f0a commit 1ea7a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/alternat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ func TestAlternat(t *testing.T) {
command := "sudo /usr/sbin/nft list ruleset"

expectedText := `table ip nat {
chain postrouting {
type nat hook postrouting priority srcnat; policy accept;
ip saddr 10.10.0.0/16 oif "ens5" masquerade
}
chain postrouting {
type nat hook postrouting priority srcnat; policy accept;
ip saddr 10.10.0.0/16 oif "ens5" masquerade
}
}
`

Expand Down

0 comments on commit 1ea7a73

Please sign in to comment.