Skip to content

Commit d23a65f

Browse files
committed
unit test is failing..
1 parent b7ba0bb commit d23a65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-golang/app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ func Test_ExtractUniqueWords(t *testing.T) {
1818
_, _ = fmt.Fprintf(os.Stderr, `ExtractUniqueWords error: %s`, err)
1919
return
2020
}
21-
assert.Equal(t, expected, given, "text should be tokenized into unique words")
21+
assert.Equal(t, expected, given, "text should be tokenized into unique words sorted using PL collations")
2222
}

0 commit comments

Comments
 (0)