Is it the case that MatchExpectationsInOrder is set to false ExpectationsWereMet will allow matching in any order. Hence the documentation is slightly confusing as it is not clear that ExpectationsWereMet should be used if we are using goroutines.
Does this addition represent the behaviour more closely?
This PR is more than a question than anything.
Is it the case that
MatchExpectationsInOrder
is set to falseExpectationsWereMet
will allow matching in any order. Hence the documentation is slightly confusing as it is not clear thatExpectationsWereMet
should be used if we are using goroutines.Does this addition represent the behaviour more closely?