[Bug] Lasagna Master has a bug in step 1

Go Track > Lasagna Master > Step 1 (Estimate the preparation time) states the default value of 2 should be used. However, the test for the step expects a value of 4. Either the instructions should match the test or vice versa.

I can open a PR to address this.

Which test expects 4? The default should be 2 min per layer.

image
See attached image, the test for this exercise is expecting 4 but the instructions say the default case is 2.

2 minutes per layer * 2 layers = 4 minutes.

In the future, please prefer codeblocks over images.

I see. I misread the instructions. Thanks for the clarification.

It is good to request mentoring, it helps confirm that there is an issue, or only a misunderstanding.