Remove nullary then from tests.
Summary:
Remove falls to Future::then that take a nullary lambda. This is deprecated and will be deleted.
This change replaces them with thenValue([](auto&&){...}) or similar.
This does not replace all calls to then with thenValue - other forms will be replaced when those forms of then are due for deletion.
Reviewed By: yfeldblum
Differential Revision: D10219070
fbshipit-source-id: 13b6f64ee2d7c8741537fe1131bdf3b251361413
Showing
This diff is collapsed.
Please register or sign in to comment