Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Nov 11, 2023
1 parent 9d16137 commit 94c4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entproto/internal/todo/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestGenerate(t *testing.T) {
func TestGenerateOptionSkipGenFile(t *testing.T) {
tgt := t.TempDir()

entprotoExt,err := entproto.NewExtension(entproto.SkipGenFile())
entprotoExt, err := entproto.NewExtension(entproto.SkipGenFile())
require.NoError(t, err)

err = entc.Generate(
Expand Down

0 comments on commit 94c4e63

Please sign in to comment.