Skip to content

Commit bff9508

Browse files
committed
fix UT
Signed-off-by: Britania Rodriguez Reyes <britaniar@microsoft.com>
1 parent 558607b commit bff9508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/updaterun/initialization_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ var _ = Describe("Updaterun initialization tests", func() {
748748
Expect(k8sClient.Create(ctx, updateStrategy)).To(Succeed())
749749
})
750750

751-
FIt("Should fail to initialize if the specified resource snapshot index is invalid - not integer", func() {
751+
It("Should fail to initialize if the specified resource snapshot index is invalid - not integer", func() {
752752
By("Creating a new clusterStagedUpdateRun with invalid resource snapshot index")
753753
updateRun.Spec.ResourceSnapshotIndex = "invalid-index"
754754
Expect(k8sClient.Create(ctx, updateRun)).To(Succeed())

0 commit comments

Comments
 (0)