Skip to content
Snippets Groups Projects
Commit 34ba6dbc authored by Pawan Rawal's avatar Pawan Rawal
Browse files

added todo

parent 4932af81
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,7 @@ func TestToPB(t *testing.T) {
if gr.Uid != 1 {
t.Errorf("Expected uid 1, Got: %v", gr.Uid)
}
// TODO(pawan) - Fix "" being stored in the the flatbuffer val.
if gr.Xid != `"mich"` {
t.Errorf("Expected xid mich, Got: %v", gr.Xid)
}
......
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