Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Jan 16, 2025
1 parent 41ed26d commit 80c7aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/synthesis/synthesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ func TestPreprocessing(t *testing.T) {
for i := range allTests {
test := &allTests[i]
// to generate output comment the following line and uncomment the one after
//test.runPreprocessing(t, OutputComparison)
test.runPreprocessing(t, OutputComparison)
//nolint:gocritic // uncomment for generating output
test.runPreprocessing(t, OutputGeneration)
//test.runPreprocessing(t, OutputGeneration)
}
}

Expand Down

0 comments on commit 80c7aad

Please sign in to comment.