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
The minArrayLike matcher does make sure that the amount of items is asserted against, but does not provide the necessary amount of examples when generating the consumer test data. In my opinion, the minArrayLike call without numExamples should be identical to a call with numExamples, with the numExamples value being the minSize. This problem occured with async messaging, not sure if this applies to sync messaging as well.
The text was updated successfully, but these errors were encountered:
The
minArrayLike
matcher does make sure that the amount of items is asserted against, but does not provide the necessary amount of examples when generating the consumer test data. In my opinion, theminArrayLike
call withoutnumExamples
should be identical to a call withnumExamples
, with thenumExamples
value being theminSize
. This problem occured with async messaging, not sure if this applies to sync messaging as well.The text was updated successfully, but these errors were encountered: