-
-
Notifications
You must be signed in to change notification settings - Fork 202
Labels
bugSomething isn't working as intendedSomething isn't working as intended
Description
Describe the bug
The "Rectangles do not overlap" is succesful but the rectangles are overlapping on the screen.
The "Rectangles have the correct size" fails but the rectangles have the correct size.
To Reproduce
Steps to reproduce the bug:
- Go to Lesson 19 > Back to the drawing board
- Define the run function
func run():
for rect in rectangle_sizes:
draw_rectangle(rect.x, rect.y)
- Press run
- See that the "Rectangles do not overlap" test is succesful
- See that the "Rectangles have the correct size" fails
Expected behavior
I would expect the "Rectangles do not overlap" test to fail.
I woudl expect the "Rectangles have the correct size" to be succesful.
Screenshots
Information about your device (please complete the following information):
- Operating System: Windows
- Browser: Firefox
Additional context
Nothing to add
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intended