Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 505 Bytes

Challenge

Fix the bugs in this order using TDD. Always write a test first before touching the code.

Bug 1

When I tried to retrieve the shows that are below or equal to 100 I get only 2 shows when there should be 3 shows.

Bug 2

When I tried to retrieve the shows that are below or equal to 110 I get only 2 shows when I expect 4 shows.

Bug 3

When I calculate the basket price I get numbers with lot of decimals when I expect a price with a format as following 256.00 (i.e. 2 decimals)