Skip to content

Commit 912fb73

Browse files
committed
fixup: Address review feedback on comment
1 parent 872cef0 commit 912fb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/faultinjection/duplicate_node_id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var _ = ginkgo.Describe("Duplicate node handling", func() {
4444
}
4545
node2 := e2e.AddEphemeralNode(network, node2Flags)
4646

47-
ginkgo.By("checking that the second new node fails to become healthy within timeout")
47+
ginkgo.By("checking that the second new node fails to become healthy before timeout")
4848
ctx, cancel := context.WithTimeout(context.Background(), e2e.DefaultNodeStartTimeout)
4949
defer cancel()
5050
err := node2.WaitForHealthy(ctx)

0 commit comments

Comments
 (0)