Update comment

This commit is contained in:
TwinProduction 2021-01-09 21:14:54 -05:00
parent da9a6282c7
commit 150e33a1c7

View File

@ -187,7 +187,7 @@ func TestInMemoryStore_GetAllAsJSON(t *testing.T) {
secondResult := &testUnsuccessfulResult secondResult := &testUnsuccessfulResult
store.Insert(&testService, firstResult) store.Insert(&testService, firstResult)
store.Insert(&testService, secondResult) store.Insert(&testService, secondResult)
// Can't be bothered dealing with timezone issues on the builder // Can't be bothered dealing with timezone issues on the worker that runs the automated tests
firstResult.Timestamp = time.Time{} firstResult.Timestamp = time.Time{}
secondResult.Timestamp = time.Time{} secondResult.Timestamp = time.Time{}
output, err := store.GetAllAsJSON() output, err := store.GetAllAsJSON()