The `expected` and `actual` values in this assertion are backwards. Should be
```
assertThat(environmentAfterPreHandle.size()).isEqualTo(1);
```
Simialrly, the assertion on line 106 should be
```
assertThatenvironmentAfterPreHandle.get("variable")).isEqualTo("two");
```[ Full content available at: https://github.com/apache/geode/pull/2414 ] This message was relayed via gitbox.apache.org for [email protected]
