From 10ecf62ed59893c387bb9c40842147b0bf02456e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 5 Dec 2016 15:29:58 +0200 Subject: [PATCH] test(static) staatic -> static --- test/static.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/static.js b/test/static.js index 91cfe88b..76e903bf 100644 --- a/test/static.js +++ b/test/static.js @@ -15,7 +15,7 @@ const get = promisify((url, fn) => { fn(null, request(url)); }); -test('cloudcmd: staatic', (t) => { +test('cloudcmd: static', (t) => { before({}, (port, after) => { const name = 'package.json'; @@ -33,7 +33,7 @@ test('cloudcmd: staatic', (t) => { }); }); -test('cloudcmd: staatic: not found', (t) => { +test('cloudcmd: static: not found', (t) => { before({}, (port, after) => { const name = Math.random(); get(`http://localhost:${port}/${name}`)