From ee483ecfd320289389af0db4d5594d518aa0545d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 7 Mar 2020 00:29:09 +0900 Subject: [PATCH] Refactor --- test/chart.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/chart.ts b/test/chart.ts index 19554010d..13f039263 100644 --- a/test/chart.ts +++ b/test/chart.ts @@ -48,9 +48,9 @@ function initChartDb() { } describe('Chart', () => { - let testChart: any; - let testGroupedChart: any; - let testUniqueChart: any; + let testChart: TestChart; + let testGroupedChart: TestGroupedChart; + let testUniqueChart: TestUniqueChart; let clock: lolex.InstalledClock; let connection: Connection;