diff --git a/graphdb/graphdb_test.go b/graphdb/graphdb_test.go index 1cd223b..6912ab6 100644 --- a/graphdb/graphdb_test.go +++ b/graphdb/graphdb_test.go @@ -121,7 +121,7 @@ func TestParents(t *testing.T) { } if len(parents) != 1 { - t.Fatalf("Expected 2 entries for %s got %d", key, len(parents)) + t.Fatalf("Expected 1 entry for %s got %d", key, len(parents)) } if parents[0] != p {