f46186ac49
It was using the wrong 'expectation' field instead of the correct 'expected' field. This change uses the right field. However as the matches field has now been initialized, this change forcefully recomputes it instead of politely using putIfAbsent. The matches result for the current result will still take precedence. Change-Id: I0775c1ff43b8f6691e457b5155ac9335338b209d Reviewed-on: https://dart-review.googlesource.com/c/95182 Reviewed-by: William Hesse <whesse@google.com>