Skip to content

Commit addb45f

Browse files
committed
migrations/github_test: fix updated timestamp for 1.6.0 milestone
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.
1 parent 7d2c0fd commit addb45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/migrations/github_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TestGitHubDownloadRepo(t *testing.T) {
121121
case "1.6.0":
122122
assertMilestoneEqual(t, "1.6.0", "2018-09-25 07:00:00 +0000 UTC",
123123
"2018-05-11 05:37:01 +0000 UTC",
124-
"2019-01-27 19:21:22 +0000 UTC",
124+
"2019-11-09 13:03:54 +0000 UTC",
125125
"2018-11-23 13:23:16 +0000 UTC",
126126
"closed", milestone)
127127
case "1.7.0":

0 commit comments

Comments
 (0)