From aeaf535ea2b6b27188f4d36125b9a0bf8f391431 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat, 7 Mar 2020 11:25:39 +0900
Subject: [PATCH] Update test

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

diff --git a/test/chart.ts b/test/chart.ts
index 5548d1869..30dba9414 100644
--- a/test/chart.ts
+++ b/test/chart.ts
@@ -332,8 +332,8 @@ describe('Chart', () => {
 		assert.deepStrictEqual(chartDays, {
 			foo: {
 				dec: [0, 0, 0],
-				inc: [0, 0, 0],
-				total: [0, 0, 0]
+				inc: [2, 0, 0],
+				total: [2, 0, 0]
 			},
 		});
 	}));