Commit 36766e1d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4cf93ebe
...@@ -75,6 +75,7 @@ func TestZBlk(t *testing.T) { ...@@ -75,6 +75,7 @@ func TestZBlk(t *testing.T) {
} }
xactivate := func(obj zodb.IPersistent) { xactivate := func(obj zodb.IPersistent) {
t.Helper()
err := obj.PActivate(ctx) err := obj.PActivate(ctx)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
...@@ -129,7 +130,7 @@ func TestZBlk(t *testing.T) { ...@@ -129,7 +130,7 @@ func TestZBlk(t *testing.T) {
// TODO verify PyGetState vs PySetState // TODO verify PyGetState vs PySetState
// brange32 returns bytes with big-endian uint32 seqence filling them. // brange32 returns bytes with big-endian uint32 sequence filling them.
// returned bytes has len == size. // returned bytes has len == size.
func brange32(size int) []byte { func brange32(size int) []byte {
data := make([]byte, size) data := make([]byte, size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment