geocell = GeocellLibrary.getNorth(geocell);
assertEquals("9q8yyk", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getSouth(geocell);
assertEquals("9q8yy7", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getWest(geocell);
assertEquals("9q8yy5", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getNorth(geocell);
assertEquals("9q8yyh", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getNorth(geocell);
assertEquals("9q8yyj", geohashConv.fromGeocell(geocell));
}