Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin committed Jan 22, 2024
1 parent 3ec4b7d commit 65136ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/instance/instance_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ var _ = Describe("Reconcile", Label("controller"), func() {
It("same resource names error", func() {
backend.Kind = "Backend"
backend.Name = "foo"

frontend.Kind = "Frontend"
frontend.Name = "foo"

Expand Down

0 comments on commit 65136ae

Please sign in to comment.