You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the instructions state that a new line should follow each job, and since the test output is generated with Console.WriteLine, which adds another blank line, I had to add a total of two empty lines at the end of each test file (lines 24-25 for each) in order to match the generated output. I've seen reports in Slack that learners have had to do the same.
Since the instructions state that a new line should follow each job, and since the test output is generated with
Console.WriteLine, which adds another blank line, I had to add a total of two empty lines at the end of each test file (lines 24-25 for each) in order to match the generated output. I've seen reports in Slack that learners have had to do the same.