We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d6aee commit 407640dCopy full SHA for 407640d
mdbx/mdbx_test.go
@@ -273,5 +273,5 @@ func TestGetSysRamInfo(t *testing.T) {
273
t.Fatal(err)
274
}
275
276
- println(pageSize, totalPages, availablePages)
+ println(pageSize, totalPages, availablePages) //no asserts because it's (at least avP) pretty random TODO: think about how to avoid it
277
0 commit comments