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

Commit

Permalink
Fix taxonomies test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Aug 9, 2018
1 parent 4d01363 commit 1616438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestBuildTaxonomies(t *testing.T) {
}
txs = append(txs, tx2)

expected := fmt.Sprintf("%s:%s = %s, %s:%s = %s",
expected := fmt.Sprintf("%s:%s = %s\n%s:%s = %s",
tx1.Namespace, tx1.Predicate, tx1.Value,
tx2.Namespace, tx2.Predicate, tx2.Value,
)
Expand Down

0 comments on commit 1616438

Please sign in to comment.