Commit 30dfd90f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3fcd0178
......@@ -247,7 +247,7 @@ func TestMasterStorage(t *testing.T) {
tc.Expect(conntx("m:2", "s:2", 1, &neo.AskPartitionTable{}))
tc.Expect(conntx("s:2", "m:2", 1, &neo.AnswerPartitionTable{
PTid: 0,
RowList: nil, // XXX -> []
RowList: []neo.RowInfo{},
}))
// XXX temp
......
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