Fix bug in insert output.
This commit is contained in:
parent
013b3ae0f8
commit
0cea9b1edc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{{- $tableNamePlural := .Table.Name | plural | titleCase -}}
|
||||
{{- $varNamePlural := .Table.Name | plural | camelCase -}}
|
||||
{{- $varNameSingular := .Table.Name | singular | camelCase -}}
|
||||
{{- $parent := .}}
|
||||
{{- $parent := . -}}
|
||||
func Test{{$tableNamePlural}}Insert(t *testing.T) {
|
||||
var err error
|
||||
var errs []error
|
||||
|
|
Loading…
Reference in a new issue