Skip to content

Commit

Permalink
🐛Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yrs147 committed Jul 17, 2024
1 parent 3bf17aa commit 87d996d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/hcloudmachine_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ var _ = Describe("HCloudMachine validation", func() {
It("should allow valid HCloudMachine creation", func() {
Expect(testEnv.Create(ctx, hcloudMachine)).To(Succeed())
})

It("should prevent updating immutable fields", func() {
Expect(testEnv.Create(ctx, hcloudMachine)).To(Succeed())

Expand Down
2 changes: 1 addition & 1 deletion controllers/hetznerbaremetalmachine_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ var _ = Describe("HetznerBareMetalMachineReconciler", func() {
Expect(testEnv.Client.Update(ctx, hbmmt)).ToNot(Succeed())

})

It("should allow update of mutable fields", func() {
Expect(testEnv.Get(ctx, key, hbmmt)).To(Succeed())

Expand Down

0 comments on commit 87d996d

Please sign in to comment.