publicTop('hello', function (err, retVal) {
                test.ifError(err);
                test.equal(retVal, 'hello');
                test.done();
            });