fixed typo in graphdb_test failure message
Signed-off-by: Riley Guerin <rileytg.dev@gmail.com> Upstream-commit: c9175d681bcd2e3c4d8c3fee7cc8114731bb07a7 Component: engine
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user