Skip to content

Commit

Permalink
Merge master - fix proto time
Browse files Browse the repository at this point in the history
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
  • Loading branch information
JamesMurkin committed Jul 8, 2024
1 parent 992bb98 commit 673f559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/ingest/ingestion_pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func generateEventSequence(numberOfEvents int) *armadaevents.EventSequence {
}
for i := 0; i < numberOfEvents; i++ {
sequence.Events = append(sequence.Events, &armadaevents.EventSequence_Event{
Created: &baseTime,
Created: baseTimeProto,
Event: &armadaevents.EventSequence_Event_JobRunSucceeded{
JobRunSucceeded: &armadaevents.JobRunSucceeded{
RunId: runIdProto,
Expand Down

0 comments on commit 673f559

Please sign in to comment.