From 82f1fc6cda8c1fcc97beaebc6fcbac54cfdde211 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 23 Jan 2019 13:50:36 +0900 Subject: Fix test --- test/streaming.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/streaming.ts') diff --git a/test/streaming.ts b/test/streaming.ts index 63ee1e8845..1f4b593e2f 100644 --- a/test/streaming.ts +++ b/test/streaming.ts @@ -41,7 +41,7 @@ describe('Streaming', () => { // Reset database each test beforeEach(resetDb(db)); - before(() => { + after(() => { server.close(); }); -- cgit v1.2.3-freya