From 1addcefab9601c45c268eff9bb5f58b289012878 Mon Sep 17 00:00:00 2001 From: Manish R Jain <manishrjain@gmail.com> Date: Fri, 6 Nov 2015 18:07:23 +1100 Subject: [PATCH] Remove the russian mafia --- query/query_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/query/query_test.go b/query/query_test.go index 5e60b9e7..0ca29139 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) { -- GitLab