Skip to content

Commit

Permalink
Update physical/raft/raft_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
  • Loading branch information
alexanderbez and calvn committed May 26, 2020
1 parent ee34ada commit ee7f8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion physical/raft/raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ func TestRaft_Backend_LargeValue(t *testing.T) {
b, dir := getRaft(t, true, true)
defer os.RemoveAll(dir)

t.Helper()

value := make([]byte, defaultMaxEntrySize+1)
rand.Read(value)
Expand Down

0 comments on commit ee7f8d3

Please sign in to comment.