From a7b021ca88d68ea82e4b6b56c66eb005a62feb29 Mon Sep 17 00:00:00 2001
From: rinsuki <428rinsuki+git@gmail.com>
Date: Fri, 25 Oct 2019 21:43:42 +0900
Subject: [PATCH] fix?

---
 test/chart.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/chart.ts b/test/chart.ts
index b7b69ac5c4..52144d6b19 100644
--- a/test/chart.ts
+++ b/test/chart.ts
@@ -37,10 +37,6 @@ describe('Chart', () => {
 		});
 	});
 
-	after(done => {
-		connection.close().then(done);
-	});
-
 	beforeEach(done => {
 		testChart = new TestChart();
 		testGroupedChart = new TestGroupedChart();