From 3fe936dacecf42aadaed96171e2ed4e60e390afd Mon Sep 17 00:00:00 2001 From: rafaelsouzaf Date: Sat, 16 Dec 2017 22:32:23 -0300 Subject: [PATCH] Remove old, and not more useful, comments in test files. --- types/hapi/test/server/server-cache-provision.ts | 2 -- types/hapi/test/server/server-inject.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/types/hapi/test/server/server-cache-provision.ts b/types/hapi/test/server/server-cache-provision.ts index ce733403f3..19938b4212 100644 --- a/types/hapi/test/server/server-cache-provision.ts +++ b/types/hapi/test/server/server-cache-provision.ts @@ -12,8 +12,6 @@ const cache:catbox.Policy = server.cache({segment: 'countries', cache: 'countrie cache.set('norway', 'oslo', 10 * 1000, null); const value = cache.get('norway', null); -// TODO Not working. It needs review. - server.start(); server.events.on('start', () => { diff --git a/types/hapi/test/server/server-inject.ts b/types/hapi/test/server/server-inject.ts index 4d50f766e0..1f55f803b9 100644 --- a/types/hapi/test/server/server-inject.ts +++ b/types/hapi/test/server/server-inject.ts @@ -16,5 +16,5 @@ server.route(serverRoute); server.start(); const res = server.inject('/'); -console.log(res.result); // 'Success!' // TODO It's not working +console.log(res.result);