Skip to content

Commit

Permalink
Fix cluster tests
Browse files Browse the repository at this point in the history
Resolves: #12

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi committed Oct 3, 2024
1 parent fa62a98 commit 473287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/tangserver_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var _ = Describe("TangServer controller", func() {
By("By checking complete empty specs are valid")
emptyTangServer := &daemonsv1alpha1.TangServer{}
Expect(emptyTangServer.Spec.KeyPath).Should(Equal(""))
Expect(emptyTangServer.Spec.Replicas).Should(Equal(uint32(0)))
Expect(emptyTangServer.Spec.Replicas).Should(Equal(int32(0)))
Expect(emptyTangServer.Spec.Image).Should(Equal(""))
Expect(emptyTangServer.Spec.Version).Should(Equal(""))
})
Expand Down

0 comments on commit 473287a

Please sign in to comment.