Closed bandophahita closed 1 year ago
The following case was missed when Eventually was created and is not currently supported.
Eventually
Eventually(FakeAction()).trying_for(23).seconds().polling(3).seconds()
Thanks for the fix, @bandophahita!
The following case was missed when
Eventually
was created and is not currently supported.