Skip to content

Commit ae4a882

Browse files
committed
Fix test
1 parent abe1cf3 commit ae4a882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/repository/files/file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func getExpectedFileResponse() *api.FileResponse {
4747
Path: treePath,
4848
SHA: sha,
4949
LastCommitSHA: "65f1bf27bc3bf70f64657658635e66094edbcb4d",
50-
LastCommitWhen: time.Date(2017, 3, 19, 16, 47, 59, 0, time.FixedZone("", -4)),
50+
LastCommitWhen: time.Date(2017, 3, 19, 20, 47, 59, 0, time.UTC),
5151
Type: "file",
5252
Size: 30,
5353
Encoding: &encoding,

0 commit comments

Comments
 (0)