Beispiel #1
0
func SkipTestListChunks(t *testing.T) {
	assert := assert.New(t)

	l := gen.ListOfInt64Def{0, 1, 2, 3, 4, 5, 6, 7, 8, 9}.New()
	chunks := l.Chunks()
	assert.Len(chunks, 0)
}