Revert: Update test.js

This commit is contained in:
2025-11-13 13:05:15 -08:00
parent fc2832e202
commit 8d8d4ed108

View File

@@ -34,6 +34,6 @@ export default {
const result = await findAvailableSlots(calendar1, calendar2, constraints);
assert.deepStrictEqual(result, expected, 'Test Failed: Incorrect slots found.');
return result;
}
};