Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
fix out tests by using sane dates
Browse files Browse the repository at this point in the history
because for some reason `git log --after` stopped accepting commits made
in the early middle ages

Signed-off-by: Bohan Chen <[email protected]>
  • Loading branch information
Daniel authored and chenbh committed Mar 12, 2021
1 parent 03addb8 commit 78117da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions out/out_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func storyActivityHandler(token string, projectId string, storyId int) http.Hand
{
"kind": "story_update_activity",
"highlight": "rejected",
"occurred_at": "1016-03-15T00:11:16Z"
"occurred_at": "2016-03-15T00:11:16Z"
}]`
case 666666:
body = `[
Expand All @@ -390,7 +390,7 @@ func storyActivityHandler(token string, projectId string, storyId int) http.Hand
{
"kind": "story_update_activity",
"highlight": "rejected",
"occurred_at": "1016-03-15T00:11:16Z"
"occurred_at": "2016-03-15T00:11:16Z"
}]`
}
return ghttp.CombineHandlers(
Expand Down

0 comments on commit 78117da

Please sign in to comment.