Skip to content

Commit 407640d

Browse files
author
JkLondon
committed
some clarification
1 parent c1d6aee commit 407640d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbx/mdbx_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,5 @@ func TestGetSysRamInfo(t *testing.T) {
273273
t.Fatal(err)
274274
}
275275

276-
println(pageSize, totalPages, availablePages)
276+
println(pageSize, totalPages, availablePages) //no asserts because it's (at least avP) pretty random TODO: think about how to avoid it
277277
}

0 commit comments

Comments
 (0)