Skip to content

Commit

Permalink
utc not needed in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Oct 31, 2024
1 parent 3512725 commit 93a27e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/storage/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func mainTest(t *testing.T, s storage.AllStorage) {
// t.Fatalf("invalid test data: step enqueueing with config: %v", err)
// }

storedAt := time.Now().UTC()
storedAt := time.Now()

err := s.StoreStep(ctx, tStep.step, storedAt)
if tStep.shouldError && err == nil {
Expand Down

0 comments on commit 93a27e9

Please sign in to comment.