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
MockedStreams.output doesn't allow you to specify zero for the size of the expected output. That means you can't set an expectation that certain inputs should not have any outputs in your topology.
Instead of raising an exception when given a size of zero, output should verify that driver.readOutput returns null and return an empty set.
The text was updated successfully, but these errors were encountered:
MockedStreams.output
doesn't allow you to specify zero for thesize
of the expected output. That means you can't set an expectation that certain inputs should not have any outputs in your topology.Instead of raising an exception when given a
size
of zero,output
should verify thatdriver.readOutput
returnsnull
and return an empty set.The text was updated successfully, but these errors were encountered: