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
### Issue
- the `WorkflowCombine` `RenderTester` extensions didn't allow `nil` output
### Description
- add a new method to support `nil` output and match the naming convention of analogous methods
- deprecate old method
- update tests
addresses #235
currently you cannot straightforwardly use RenderTester to test a Publisher that does not emit any output during a render pass
The text was updated successfully, but these errors were encountered: