Skip to content

Commit

Permalink
Merge 4b9f203 into 3136216
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Fedchenko committed Nov 25, 2017
2 parents 3136216 + 4b9f203 commit 0ac3d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/es/dependencystore/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func createSearchResult(dependencyLink string) *elastic.SearchResult {
}

func TestGetIndices(t *testing.T) {
fixedTime := time.Date(1995, time.April, 21, 4, 12, 19, 95, time.Local)
fixedTime := time.Date(1995, time.April, 21, 4, 12, 19, 95, time.UTC)
testCases := []struct {
expected []string
lookback time.Duration
Expand Down

0 comments on commit 0ac3d8a

Please sign in to comment.