Skip to content

Commit

Permalink
chore: fix typo in test (cloudnative-pg#2577)
Browse files Browse the repository at this point in the history
Fix a typo in the `instance_test.go` unit test file

Signed-off-by: Steven Miller <sjmiller609@gmail.com>
  • Loading branch information
sjmiller609 authored Aug 16, 2023
1 parent 049e942 commit cf7e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/management/postgres/instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ var _ = Describe("check atomic bool", func() {
Expect(canBeChecked).To(BeTrue())
})

It("should recognize whether the instance might be unavailanle based on the setting", func() {
It("should recognize whether the instance might be unavailable based on the setting", func() {
instance.SetMightBeUnavailable(false)
unAvailable := instance.MightBeUnavailable()
Expect(unAvailable).To(BeFalse())
Expand Down

0 comments on commit cf7e759

Please sign in to comment.