Skip to content

Commit

Permalink
Fix #254
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Nov 11, 2024
1 parent f90af9e commit 7e41ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setter_unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func TestCarbon_SetLocale(t *testing.T) {
{
name: "case5",
carbon: Parse("2020-08-05 13:14:15").SetLocale("jp"),
want: "はちがつ",
want: "8月",
},
{
name: "case6",
Expand Down

0 comments on commit 7e41ba0

Please sign in to comment.