You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update cats.labs.promise-spec tests following Promesa version bump
* change the implemenation of `future-ok` to use `delay`.
* remove the unused `future-fail` fn.
* remove the `extract-from-rejected-promise` test.
It’s not possible to implement this test under the new version of Promesa (as
the values returned from `promesa.core/rejected` don’t implement the
`-extract` method.)
As it’s very unclear what value this test is adding (i.e. it’s not actually
testing any required or advertised functionality) it seems safer to just
remove it than reimplement it.
0 commit comments