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
WireMock.and() and WireMock.or() must be passed in at least two arguments but if it is being passed in a single array of matchers, it is still reported as erroneous.
The inspection error messages are also switched between and() and or().
The text was updated successfully, but these errors were encountered:
Summary
WireMock.and()
andWireMock.or()
must be passed in at least two arguments but if it is being passed in a single array of matchers, it is still reported as erroneous.The inspection error messages are also switched between
and()
andor()
.The text was updated successfully, but these errors were encountered: