1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-03 22:59:29 -05:00

Update test

This commit is contained in:
syuilo 2020-03-07 11:25:39 +09:00
parent 917726fecc
commit aeaf535ea2

View file

@ -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]
},
});
}));