Skip to content

Commit

Permalink
Unified unit test format
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Apr 9, 2024
1 parent 9e5266d commit 8616b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setter_unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ func TestCarbon_SetLocation(t *testing.T) {
},
{
name: "case5",
carbon: Parse("2020-08-05 13:14:15").SetLocation(time.Local),
want: "Local",
carbon: Parse("2020-08-05 13:14:15").SetLocation(time.UTC),
want: "UTC",
},
{
name: "case6",
Expand Down

0 comments on commit 8616b88

Please sign in to comment.