Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 1616438

Browse files
committed
Fix taxonomies test
1 parent 4d01363 commit 1616438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestBuildTaxonomies(t *testing.T) {
5353
}
5454
txs = append(txs, tx2)
5555

56-
expected := fmt.Sprintf("%s:%s = %s, %s:%s = %s",
56+
expected := fmt.Sprintf("%s:%s = %s\n%s:%s = %s",
5757
tx1.Namespace, tx1.Predicate, tx1.Value,
5858
tx2.Namespace, tx2.Predicate, tx2.Value,
5959
)

0 commit comments

Comments
 (0)