Skip to content

Commit 25c3aa1

Browse files
author
Miguel Molina
committed
fix: batcher tests
1 parent 53cb097 commit 25c3aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestOneToManyWithFilterNotWritable(t *testing.T) {
2121
r.NoError(store.Insert(ModelSchema, m))
2222

2323
for i := 0; i < 4; i++ {
24-
r.NoError(store.Insert(RelSchema, newRel(m.ID, fmt.Sprint(i))))
24+
r.NoError(store.Insert(RelSchema, newRel(m.GetID(), fmt.Sprint(i))))
2525
}
2626

2727
q := NewBaseQuery(ModelSchema)

0 commit comments

Comments
 (0)