Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi committed Apr 24, 2024
1 parent 67203dd commit c7e4760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/realizer/realizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ var _ = Describe("Realize", func() {
currentStatuses = resourceStatuses.GetCurrent()
})
It("only creates 1 resource status in currentStatuses", func() {
Expect(currentStatuses[0].Name).To(Equal(fmt.Sprintf("resource2")))
Expect(currentStatuses[0].Name).To(Equal("resource2"))
Expect(len(currentStatuses)).To(Equal(1))
})
})
Expand Down

0 comments on commit c7e4760

Please sign in to comment.