Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Apr 19, 2023
1 parent 5524302 commit 4b840ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/main/bridge/bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1777,8 +1777,8 @@ var _ = Describe("bridge Operations", func() {
Entry("", &[]*VlanTrunk{}, []int{}),
Entry("", &[]*VlanTrunk{
&VlanTrunk{
minID: &correctMinID,
maxID: &correctMaxID,
MinID: &correctMinID,
MaxID: &correctMaxID,
},
}, []int{100, 101, 102, 103, 104, 105}),
)
Expand Down

0 comments on commit 4b840ae

Please sign in to comment.