MINOR: Fix static mock usage in NamedCacheMetricsTest (#12322)
Before this PR the call to `StreamsMetricsImpl.addAvgAndMinAndMaxToSensor()` was just a call and not a verification on the mock. This miss happened during the switch from EasyMock to Mockito. Reviewers: John Roesler <vvcephei@apache.org>, Guozhang Wang <wangguoz@gmail.com>
想要评论请 注册 或 登录