mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	refactoring nits (#18188)
* no octal for time values * rm artifact from refactoring Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -99,8 +99,8 @@ func TestGogsDownloadRepo(t *testing.T) { | ||||
| 			Content:     "test", | ||||
| 			Milestone:   "", | ||||
| 			State:       "open", | ||||
| 			Created:     time.Date(2019, 06, 11, 8, 16, 44, 0, time.UTC), | ||||
| 			Updated:     time.Date(2019, 10, 26, 11, 07, 2, 0, time.UTC), | ||||
| 			Created:     time.Date(2019, 6, 11, 8, 16, 44, 0, time.UTC), | ||||
| 			Updated:     time.Date(2019, 10, 26, 11, 7, 2, 0, time.UTC), | ||||
| 			Labels: []*base.Label{ | ||||
| 				{ | ||||
| 					Name:  "bug", | ||||
| @@ -121,8 +121,8 @@ func TestGogsDownloadRepo(t *testing.T) { | ||||
| 			PosterID:    5331, | ||||
| 			PosterName:  "lunny", | ||||
| 			PosterEmail: "xiaolunwen@gmail.com", | ||||
| 			Created:     time.Date(2019, 06, 11, 8, 19, 50, 0, time.UTC), | ||||
| 			Updated:     time.Date(2019, 06, 11, 8, 19, 50, 0, time.UTC), | ||||
| 			Created:     time.Date(2019, 6, 11, 8, 19, 50, 0, time.UTC), | ||||
| 			Updated:     time.Date(2019, 6, 11, 8, 19, 50, 0, time.UTC), | ||||
| 			Content:     "1111", | ||||
| 		}, | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user