Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
use UTC timezone so tests pass in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed May 27, 2023
1 parent 71f785e commit 12a4b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/timemachine/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestRegistry(t *testing.T) {
(*timemachine.Registry).LookupProcess,
&format.Process{
ID: uuid.New(),
StartTime: time.Unix(1685053878, 0),
StartTime: time.Unix(1685053878, 0).UTC(),
Config: &format.Descriptor{
MediaType: format.TypeTimecraftConfig,
Digest: format.SHA256([]byte("whatever")),
Expand Down

0 comments on commit 12a4b52

Please sign in to comment.