Skip to content

Commit

Permalink
the issue seems to be in the PR pipe and not in my code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Dec 19, 2024
1 parent 317c27b commit 509fe93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/synthesis/synthesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ type synthesisTest struct {
}

var allTests = []synthesisTest{
// todo tmp comment due to unclear issue in git tests
// {
// name: "ExampleDumb",
// exData: data.ExampleDumb,
// },
{
name: "ExampleDumb",
exData: data.ExampleDumb,

Check failure on line 22 in pkg/synthesis/synthesis_test.go

View workflow job for this annotation

GitHub Actions / build-and-test

undefined: data.ExampleDumb

Check failure on line 22 in pkg/synthesis/synthesis_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: data.ExampleDumb (typecheck)
},
}

func (a *synthesisTest) runPreprocessing(t *testing.T) {
Expand Down

0 comments on commit 509fe93

Please sign in to comment.