Skip to content

Commit

Permalink
issue-747: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shunki-fujita committed Nov 19, 2024
1 parent d32c707 commit 7ac0c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustering/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ var _ = Describe("manager", func() {
Expect(ms.backupWorkDirUsage).To(MetricsIs("==", 30))
Expect(ms.backupWarnings).To(MetricsIs("==", 2))
})
It("shoud delect replication delay and prevent deletion of primary", func() {
It("shoud detect replication delay and prevent deletion of primary", func() {
testSetupResources(ctx, 3, "")

cm := NewClusterManager(1*time.Second, mgr, of, af, stdr.New(nil))
Expand Down

0 comments on commit 7ac0c08

Please sign in to comment.