Skip to content

Commit

Permalink
Fix lint and rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Mar 21, 2024
1 parent 6395c87 commit 6711690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions v2/pkg/genruntime/enum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package genruntime
import "testing"

func Test_ToEnum_WhenCalled_ReturnsExpectedResult(t *testing.T) {
t.Parallel()

type testResult string

const (
Expand Down
2 changes: 1 addition & 1 deletion v2/tools/generator/internal/astbuilder/conditions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ func Test_IfExprOk_WhenCalled_ReturnsExpectedCode(t *testing.T) {
CallQualifiedFuncAsStmt("monster", "Roar"),
)

AssertStmtExpected(t, actual)
assertStmtExpected(t, actual)
}
1 change: 1 addition & 0 deletions v2/tools/generator/internal/astbuilder/statements.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package astbuilder

import (
"fmt"

"github.com/dave/dst"
)

Expand Down

0 comments on commit 6711690

Please sign in to comment.