Skip to content

Commit e4590be

Browse files
author
Matthew Sainsbury
committed
update comment for test
Signed-off-by: Matthew Sainsbury <msainsbury@microsoft.com>
1 parent 60ee0ee commit e4590be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ func TestDB_MaxSizeExceededCanOpenWithHighMmap(t *testing.T) {
16291629
}
16301630

16311631
// Ensure that when InitialMmapSize is above the limit, opening a database
1632-
// that is beyond the maximum size fails in Windows.
1632+
// that is beyond the maximum size does not grow the db on Windows.
16331633
// In Windows, the file must be expanded to the mmap initial size.
16341634
// https://github.com/etcd-io/bbolt/issues/928
16351635
func TestDB_MaxSizeExceededDoesNotGrow(t *testing.T) {

0 commit comments

Comments
 (0)