Skip to content

Commit

Permalink
migrations/github_test: fix updated timestamp for 1.6.0 milestone
Browse files Browse the repository at this point in the history
Apparently TestGitHubDownloadRepo tests against live github data, and
today someone re-opened an old issue on the 1.6.0 milestone, bumping its
modify date and causing the test to fail.
  • Loading branch information
aswild committed Nov 9, 2019
1 parent 7d2c0fd commit addb45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/migrations/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestGitHubDownloadRepo(t *testing.T) {
case "1.6.0":
assertMilestoneEqual(t, "1.6.0", "2018-09-25 07:00:00 +0000 UTC",
"2018-05-11 05:37:01 +0000 UTC",
"2019-01-27 19:21:22 +0000 UTC",
"2019-11-09 13:03:54 +0000 UTC",
"2018-11-23 13:23:16 +0000 UTC",
"closed", milestone)
case "1.7.0":
Expand Down

0 comments on commit addb45f

Please sign in to comment.