Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olasaadi99 committed Jan 18, 2024
1 parent fa252ff commit 815007b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ibmvpc/analysis_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ func (tt *vpcGeneralTest) runTest(t *testing.T) {

var explanationArgs *vpcmodel.ExplanationArgs
if explainUseCase {
vpcmodel.NewExplanationArgs(tt.ESrc, tt.EDst, tt.EProtocol,
explanationArgs = vpcmodel.NewExplanationArgs(tt.ESrc, tt.EDst, tt.EProtocol,
tt.ESrcMinPort, tt.ESrcMaxPort, tt.EDstMinPort, tt.EDstMaxPort)
} else {
explanationArgs = nil
Expand Down

0 comments on commit 815007b

Please sign in to comment.