system-design-primer icon indicating copy to clipboard operation
system-design-primer copied to clipboard

Fixed two issues in CallCenter and added sanity unit tests.

Open coditamar opened this issue 2 years ago • 1 comments

Issue (1): super now calls the right class, Issue (2): decoupled the initialization of call_center and employee.

Added 3 unit tests.

coditamar avatar Feb 06 '23 11:02 coditamar

Hey @donnemartin , this is simple fix, for this module that otherwise doesn't actually work. And I even added unit-tests. Thank you!

coditamar avatar Apr 11 '23 21:04 coditamar