remove redundant registering of json modules in AggregationTestHelper

This commit is contained in:
Himanshu Gupta 2016-01-11 19:03:22 -06:00
parent 8d1686039a
commit b973604bf8
1 changed files with 0 additions and 4 deletions

View File

@ -132,10 +132,6 @@ public class AggregationTestHelper
{
ObjectMapper mapper = new DefaultObjectMapper();
for(Module mod : jsonModulesToRegister) {
mapper.registerModule(mod);
}
Supplier<GroupByQueryConfig> configSupplier = Suppliers.ofInstance(new GroupByQueryConfig());
StupidPool<ByteBuffer> pool = new StupidPool<>(
new Supplier<ByteBuffer>()