Skip to content

Commit

Permalink
Update gen/string_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sung Yoon Whang <sungyoon@uber.com>
  • Loading branch information
r-hang and sywhang authored Jun 9, 2023
1 parent 46b1492 commit 2155616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ func TestConstantName(t *testing.T) {
// ensure code generation compatibility. strings.Title and
// golang.org/x/text/cases return different results in this
// case.
give: "10x",
want: "10x",
give: "10xDeveloper",
want: "10xDeveloper",
},
}

Expand Down

0 comments on commit 2155616

Please sign in to comment.