Fix to_many tests.
This commit is contained in:
parent
342038f288
commit
fd569fac7c
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
{{- else -}}
|
||||
{{- $rel := textsFromRelationship $dot.Tables $table . -}}
|
||||
func Test{{$rel.LocalTable.NameGo}}ToMany{{$rel.Function.Name}}(t *testing.T) {
|
||||
t.Skip("this test is broke")
|
||||
var err error
|
||||
tx := MustTx(boil.Begin())
|
||||
defer tx.Rollback()
|
||||
|
|
Loading…
Add table
Reference in a new issue