diff --git a/tests/6_csv_processor/test.js b/tests/6_csv_processor/test.js index 527d9bd..47e24fa 100644 --- a/tests/6_csv_processor/test.js +++ b/tests/6_csv_processor/test.js @@ -15,6 +15,6 @@ export default { const res = result[0] || {}; const val = res.result ?? res.avg ?? res.value; assert.deepStrictEqual([{ department: res.department, value: val }], [{ department: 'Engineering', value: 90000 }], 'Test Failed: Aggregation incorrect.'); - return result; } }; +