You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "mcmellawatt (GitHub)" <gi...@apache.org> on 2018/12/11 21:09:56 UTC

[GitHub] [geode] mcmellawatt commented on pull request #2984: GEODE-6143: remove PowerMock from VMStatsMonitorTest

You are creating two VMStatsMonitor objects (line 92 and 93) where I think you meant to create one.  You can combine the two into just one line like:
```
vmStatsMonitor = spy(new VMStatsMonitor(testName.getMethodName(), true));
```

[ Full content available at: https://github.com/apache/geode/pull/2984 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org