Skip to content

Commit

Permalink
Fix up UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jerram committed Nov 26, 2020
1 parent c409e9d commit b851d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules/static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ var _ = Describe("Static", func() {
// Outgoing host endpoint chains.
{Action: JumpAction{Target: ChainDispatchToHostEndpointForward}},
{Action: JumpAction{Target: ChainCIDRBlock}},
{Action: SetMarkAction{Mark: 0x10}},
},
}))
})
Expand Down Expand Up @@ -1265,7 +1264,6 @@ var _ = Describe("Static", func() {
// Outgoing host endpoint chains.
{Action: JumpAction{Target: ChainDispatchToHostEndpointForward}},
{Action: JumpAction{Target: ChainCIDRBlock}},
{Action: SetMarkAction{Mark: 0x10}},
},
}))
})
Expand Down

0 comments on commit b851d1c

Please sign in to comment.