Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YairSlobodin1 committed Dec 19, 2024
1 parent 5e83e67 commit 9ddb8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main_test_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
)

func allMainTests() []testCase {
return slices.Concat(synthACLTestsList(), synthSGTestsList(), optimizeSGTestsLists(), optimizeACLTestsLists())
return slices.Concat(synthACLTestsList(), synthSGTestsList(), optimizeSGTestsLists())
}

//nolint:funlen //all acl synthesis tests
Expand Down

0 comments on commit 9ddb8b2

Please sign in to comment.