Skip to content
Snippets Groups Projects
Commit 845d46e7 authored by Manish R Jain's avatar Manish R Jain
Browse files

Merge branch 'master' into dmuts

parents c27093d7 617e1321
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ func postTraverse(g *SubGraph) (result map[uint64]interface{}, rerr error) {
r.Init(g.result, ro)
if q.UidsLength() != r.UidmatrixLength() {
glog.Fatal("Result uidmatrixlength: %v. Query uidslength: %v",
glog.Fatalf("Result uidmatrixlength: %v. Query uidslength: %v",
r.UidmatrixLength(), q.UidsLength())
}
if q.UidsLength() != r.ValuesLength() {
......
......@@ -81,7 +81,7 @@ func checkSingleValue(t *testing.T, child *SubGraph,
}
if ul.UidsLength() != 0 {
t.Error("Expected uids length 0. Got: %v", ul.UidsLength())
t.Errorf("Expected uids length 0. Got: %v", ul.UidsLength())
}
checkName(t, r, 0, value)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment