Skip to content

Commit 12674ba

Browse files
authored
Merge pull request #70 from GezimSejdiu/master
Align ancestors printouts (actual, expected) while validating ancestry
2 parents c51629a + 2fc8ba3 commit 12674ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/mark/ancestry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func ValidateAncestry(
116116

117117
return nil, karma.Describe("title", page.Title).
118118
Describe("actual", strings.Join(actual, " > ")).
119-
Describe("expected", strings.Join(ancestry, ">")).
119+
Describe("expected", strings.Join(ancestry, " > ")).
120120
Format(nil, "the page has fewer parents than expected")
121121
}
122122

0 commit comments

Comments
 (0)