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

Remove the russian mafia

parent 5c4dba2b
No related branches found
No related tags found
No related merge requests found
...@@ -256,9 +256,6 @@ func populateGraph(t *testing.T) { ...@@ -256,9 +256,6 @@ func populateGraph(t *testing.T) {
edge.Value = "Andrea" edge.Value = "Andrea"
addEdge(t, edge, posting.Get(posting.Key(31, "name"))) addEdge(t, edge, posting.Get(posting.Key(31, "name")))
edge.Value = "The Russian Mafia"
addEdge(t, edge, posting.Get(posting.Key(101, "name")))
} }
func TestProcessGraph(t *testing.T) { func TestProcessGraph(t *testing.T) {
......
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