Skip to content

Commit

Permalink
Update go/fury/meta/meta_string_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Yang <chaokunyang@apache.org>
  • Loading branch information
qingoba and chaokunyang authored Apr 26, 2024
1 parent 28646b0 commit c89d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/fury/meta/meta_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestEncodeAndDecodeMetaString(t *testing.T) {
"HelloWorld__123.2024": 6,
"MediaContent": 5,
"Apple_banana": 5,
"欲海回狂": 0, // not used
"你好,世界": 0, // not used
}
str2encoding := map[string]Encoding{
"abc_def": LOWER_SPECIAL,
Expand Down

0 comments on commit c89d7e7

Please sign in to comment.