From be1f7558ed14ab522e6d3330730c55d4edb93a33 Mon Sep 17 00:00:00 2001
From: rinsuki <428rinsuki+git@gmail.com>
Date: Fri, 25 Oct 2019 18:50:25 +0900
Subject: [PATCH] fix

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

diff --git a/test/chart.ts b/test/chart.ts
index 290d3f75b7..667c382734 100644
--- a/test/chart.ts
+++ b/test/chart.ts
@@ -32,7 +32,6 @@ describe('Chart', () => {
 
 	before(done => {
 		initDb(true).then(c => {
-			connection = c;
 			done();
 		});
 	});