Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NamanJain8 committed Nov 24, 2021
1 parent d12a129 commit fe3b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posting/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ func TestLargePlistSplit(t *testing.T) {
require.NoError(t, err)
b = make([]byte, 5<<20)
rand.Read(b)
for i := 0; i < 63; i++ {
for i := 1; i < 63; i++ {
edge := &pb.DirectedEdge{
Entity: uint64(1 << uint32(i)),
ValueId: uint64(i),
Expand Down

0 comments on commit fe3b376

Please sign in to comment.