diff --git a/query/query_test.go b/query/query_test.go
index 5e60b9e7ef9e7848fec9b5873fb1626306aa60f0..0ca291395be0bb80bf0fcc5d94e1e25668b1a69e 100644
--- a/query/query_test.go
+++ b/query/query_test.go
@@ -256,9 +256,6 @@ func populateGraph(t *testing.T) {
 
 	edge.Value = "Andrea"
 	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) {