Skip to content

Commit

Permalink
some clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
JkLondon committed Jan 16, 2025
1 parent c1d6aee commit 407640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbx/mdbx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ func TestGetSysRamInfo(t *testing.T) {
t.Fatal(err)
}

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
}

0 comments on commit 407640d

Please sign in to comment.