Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NdagiStanley committed Jul 29, 2016
1 parent d89e77f commit c2b515b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
dojo = Building(office_names, living_space_names, file_name)
dojo.print_office_allocation()
dojo.print_living_space_allocation()
dojo.allocate_room()
# dojo.print_unallocated_employees()
# dojo.print_allocation_for_one_room('Shire')
# dojo.print_allocation_for_one_room('Rm1')
dojo.print_unallocated_employees()
dojo.print_allocation_for_one_room('Shire')
dojo.print_allocation_for_one_room('Rm1')

0 comments on commit c2b515b

Please sign in to comment.