mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-23 07:09:52 +01:00
Update comment
This commit is contained in:
parent
da9a6282c7
commit
150e33a1c7
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user