MockStendlRPWorld.get();
final StendhalRPZone zone = new StendhalRPZone("admin_test");
// call NPC code which will make ProducerAdder add to register
new BakerNPC().configureZone(zone, null);
new BlacksheepBobNPC().configureZone(zone, null);
assertFalse(producerRegister.getProducers().isEmpty());