Skip to content

Commit 80bb3ec

Browse files
authored
docs: Remove obsolete UntilOperationIsSucceeded wait strategy example (#1551)
1 parent 8f9f510 commit 80bb3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/wait_strategies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ _ = Wait.ForUnixContainer()
77
.UntilInternalTcpPortIsAvailable(80)
88
.UntilFileExists("/tmp/foo")
99
.UntilFileExists("/tmp/bar")
10-
.UntilOperationIsSucceeded(() => true, 1)
1110
.AddCustomWaitStrategy(new MyCustomWaitStrategy());
1211
```
1312

0 commit comments

Comments
 (0)