We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cb097 commit 25c3aa1Copy full SHA for 25c3aa1
batcher_test.go
@@ -21,7 +21,7 @@ func TestOneToManyWithFilterNotWritable(t *testing.T) {
21
r.NoError(store.Insert(ModelSchema, m))
22
23
for i := 0; i < 4; i++ {
24
- r.NoError(store.Insert(RelSchema, newRel(m.ID, fmt.Sprint(i))))
+ r.NoError(store.Insert(RelSchema, newRel(m.GetID(), fmt.Sprint(i))))
25
}
26
27
q := NewBaseQuery(ModelSchema)
0 commit comments