Skip to content

Commit

Permalink
fix bolt 32 bit test (#13249)
Browse files Browse the repository at this point in the history
  • Loading branch information
raskchanky authored Nov 23, 2021
1 parent 7800c45 commit 6d2cd34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions physical/raft/bolt_32bit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ func Test_BoltOptions(t *testing.T) {
os.Setenv(key, tc.env)
}

o, err := boltOptions()
if err != nil {
t.Error(err)
}
o := boltOptions()

if o.InitialMmapSize != tc.expectedSize {
t.Errorf("expected InitialMmapSize to be %d but it was %d", tc.expectedSize, o.InitialMmapSize)
Expand Down

0 comments on commit 6d2cd34

Please sign in to comment.