Skip to content

Commit

Permalink
fixup! Update processor/processor_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidddddarth committed Nov 2, 2023
1 parent 48b70d8 commit 988ff9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion processor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ var _ = Describe("Processor", Ordered, func() {
commonMetadata.SourceJobRunID,
commonMetadata.EventName,
commonMetadata.EventType,
}, "!<<#>>!")
}, "!<<#>>!")

Expect(len(m.failedJobs)).To(Equal(2))
Expect(len(m.failedMetrics)).To(Equal(2))
Expand Down
6 changes: 3 additions & 3 deletions router/types/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ func TestDehydrateAndHydrate(t *testing.T) {
}

destJobs := types.DestinationJobs{
{JobMetadataArray: []types.JobMetadataT{{JobID: 1}}},
{JobMetadataArray: []types.JobMetadataT{{JobID: 2}}},
{JobMetadataArray: []types.JobMetadataT{{JobID: 3}}},
types.DestinationJobT{JobMetadataArray: []types.JobMetadataT{{JobID: 1}}},
types.DestinationJobT{JobMetadataArray: []types.JobMetadataT{{JobID: 2}}},
types.DestinationJobT{JobMetadataArray: []types.JobMetadataT{{JobID: 3}}},
}
destJobs.Hydrate(jobs)

Expand Down

0 comments on commit 988ff9a

Please sign in to comment.