Skip to content

Commit e6ee914

Browse files
committed
update test
1 parent 53202af commit e6ee914

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

funcs_grouping_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ func TestGroupJoin(t *testing.T) {
151151
}
152152
}
153153
actual = append(actual, r)
154+
if r.ID == "2" {
155+
break
156+
}
154157
}
155158
expect := []res{
156159
{"1", "Alice", "Math,Physics"},

0 commit comments

Comments
 (0)