Revert: Update test.js

This commit is contained in:
2025-11-13 13:04:51 -08:00
parent 2b3988cc93
commit fc2832e202

View File

@@ -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;
}
};