Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
haim-kermany committed Jan 13, 2025
1 parent d19e746 commit d1bbb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/synthesis/synthesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (synTest *synthesisTest) runConvertToAbstract(t *testing.T, mode testMode,
}
outDir := path.Join("out", synTest.name)
for _, format := range []string{"txt", "dot"} {
params := model.OutputParameters{
params := common.OutputParameters{
Format: format,
}
analyzed, err := model.NSXConnectivityFromResourcesContainer(rc, params)
Expand Down

0 comments on commit d1bbb93

Please sign in to comment.