Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jan 29, 2024
1 parent ae16d37 commit ef22d0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datebin/offset_datetime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ func Test_SubCenturies(t *testing.T) {
},
{
index: "index-2",
date: "2021-06-06 21:15:12",
date: "2221-06-06 21:15:12",
century: 2,
check: "1821-06-06 21:15:12",
check: "2021-06-06 21:15:12",
},
}

Expand Down Expand Up @@ -51,9 +51,9 @@ func Test_SubCenturiesNoOverflow(t *testing.T) {
},
{
index: "index-2",
date: "2021-06-06 21:15:12",
date: "2321-06-06 21:15:12",
century: 2,
check: "1821-06-06 21:15:12",
check: "2121-06-06 21:15:12",
},
}

Expand Down

0 comments on commit ef22d0a

Please sign in to comment.