Skip to content

Commit

Permalink
1.6.7 add IsSameXXX() methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kuafuRace committed May 19, 2022
1 parent bd035dd commit 7459b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comparer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ func TestCarbon_IsSameQuarter(t *testing.T) {
expected bool // 期望值
}{
{Parse(""), Parse(""), false},
{Parse("2020-08-05"), Parse("2020-09-05"), false},
{Parse("2020-08-05"), Parse("2020-01-05"), false},
{Parse("2020-01-01"), Parse("2020-01-31"), true},
}

Expand Down

0 comments on commit 7459b26

Please sign in to comment.