mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix test
This commit is contained in:
parent
8821269c94
commit
a543bf0977
@ -443,10 +443,14 @@ describe('Chart', () => {
|
|||||||
const chartDays = await testIntersectionChart.getChart('day', 3, null);
|
const chartDays = await testIntersectionChart.getChart('day', 3, null);
|
||||||
|
|
||||||
assert.deepStrictEqual(chartHours, {
|
assert.deepStrictEqual(chartHours, {
|
||||||
|
a: [2, 0, 0],
|
||||||
|
b: [1, 0, 0],
|
||||||
aAndB: [0, 0, 0],
|
aAndB: [0, 0, 0],
|
||||||
});
|
});
|
||||||
|
|
||||||
assert.deepStrictEqual(chartDays, {
|
assert.deepStrictEqual(chartDays, {
|
||||||
|
a: [2, 0, 0],
|
||||||
|
b: [1, 0, 0],
|
||||||
aAndB: [0, 0, 0],
|
aAndB: [0, 0, 0],
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
@ -462,10 +466,14 @@ describe('Chart', () => {
|
|||||||
const chartDays = await testIntersectionChart.getChart('day', 3, null);
|
const chartDays = await testIntersectionChart.getChart('day', 3, null);
|
||||||
|
|
||||||
assert.deepStrictEqual(chartHours, {
|
assert.deepStrictEqual(chartHours, {
|
||||||
|
a: [2, 0, 0],
|
||||||
|
b: [2, 0, 0],
|
||||||
aAndB: [1, 0, 0],
|
aAndB: [1, 0, 0],
|
||||||
});
|
});
|
||||||
|
|
||||||
assert.deepStrictEqual(chartDays, {
|
assert.deepStrictEqual(chartDays, {
|
||||||
|
a: [2, 0, 0],
|
||||||
|
b: [2, 0, 0],
|
||||||
aAndB: [1, 0, 0],
|
aAndB: [1, 0, 0],
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user