Explorar o código

Merge pull request #14238 from rileytg/fix-graphdb-test-typo

fixed typo in graphdb_test failure message
David Calavera %!s(int64=10) %!d(string=hai) anos
pai
achega
bb2cd98b28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/graphdb/graphdb_test.go

+ 1 - 1
pkg/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 {