system-design-primer
system-design-primer copied to clipboard
Fixed two issues in CallCenter and added sanity unit tests.
Issue (1): super now calls the right class, Issue (2): decoupled the initialization of call_center and employee.
Added 3 unit tests.
Hey @donnemartin , this is simple fix, for this module that otherwise doesn't actually work. And I even added unit-tests. Thank you!