Skip to content

Commit

Permalink
do not commit generate version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Dec 31, 2024
1 parent 1581e0b commit 706b8a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/synthesis/synthesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,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 All @@ -90,9 +90,9 @@ func TestConvertToAbsract(t *testing.T) {
for i := range allTests {
test := &allTests[i]
// to generate output comment the following line and uncomment the one after
//test.runConvertToAbstract(t, OutputComparison)
test.runConvertToAbstract(t, OutputComparison)
//nolint:gocritic // uncomment for generating output
test.runConvertToAbstract(t, OutputGeneration)
// test.runConvertToAbstract(t, OutputGeneration)
}
}

Expand Down

0 comments on commit 706b8a3

Please sign in to comment.