Skip to content

Commit

Permalink
Micke's suggestion for additional test validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Aug 30, 2024
1 parent 55b68ad commit b7d501e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ var _ = Describe("CassandraTask controller tests", func() {

// verifyPodsHaveAnnotations(testNamespaceName, string(task.UID))
Expect(completedTask.Status.Succeeded).To(BeNumerically("==", 0))
Expect(completedTask.Status.Failed).To(BeNumerically(">", 0))
})
})
Context("successful SyncFeature usage", func() {
Expand Down

0 comments on commit b7d501e

Please sign in to comment.