Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rturovtsev committed Nov 1, 2024
1 parent f047d79 commit 47cb3e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules/zh/casual_date_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ 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 47cb3e8

Please sign in to comment.