Skip to content

Commit c5a7b57

Browse files
authored
Update types_test.go
1 parent 12638f2 commit c5a7b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/postgres/types/types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/stretchr/testify/assert"
1313
)
1414

15-
//go:generate go run ../../../cmd/mangosql/ --package types --logger console ./schema.sql
15+
//go:generate go run ../../../cmd/mangosql/ --output client.go --package types --logger console ./schema.sql
1616

1717
//go:embed *.sql
1818
var sqlFS embed.FS

0 commit comments

Comments
 (0)