Skip to content

Commit

Permalink
revert test zh/casual_date
Browse files Browse the repository at this point in the history
  • Loading branch information
rturovtsev committed Oct 31, 2024
1 parent 93f4ab7 commit f047d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/zh/casual_date_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
)

func TestCasualDate(t *testing.T) {
// current is Monday
now := time.Now()
fixt := []Fixture{
{"后天中午", 0, "后天", (2 * 24) * time.Hour},
{"大后天中午", 0, "大后天", (3 * 24) * time.Hour},
Expand Down

0 comments on commit f047d79

Please sign in to comment.