diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-03-07 11:25:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-03-07 11:25:39 +0900 |
| commit | aeaf535ea2b6b27188f4d36125b9a0bf8f391431 (patch) | |
| tree | 339d7677ef55ea264af574c8486c6850772cdb51 /test | |
| parent | wip #6140 (diff) | |
| download | sharkey-aeaf535ea2b6b27188f4d36125b9a0bf8f391431.tar.gz sharkey-aeaf535ea2b6b27188f4d36125b9a0bf8f391431.tar.bz2 sharkey-aeaf535ea2b6b27188f4d36125b9a0bf8f391431.zip | |
Update test
Diffstat (limited to 'test')
| -rw-r--r-- | test/chart.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/chart.ts b/test/chart.ts index 5548d1869f..30dba94141 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] }, }); })); |