Fix to_many tests.

This commit is contained in:
Aaron L 2016-08-08 00:17:26 -07:00
parent 342038f288
commit fd569fac7c

View file

@ -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()