JobTests.cs declares the namespace `TechJobTest`. However, the test files (see e.g. https://github.com/LaunchCodeEducation/TechJobsOOAutograded/blob/master/TechJobsOOTests/TestTask4.cs#L5) include `using TechJobTests`. I believe one or the other needs to be changed.
JobTests.cs declares the namespace
TechJobTest. However, the test files (see e.g. https://github.com/LaunchCodeEducation/TechJobsOOAutograded/blob/master/TechJobsOOTests/TestTask4.cs#L5) includeusing TechJobTests. I believe one or the other needs to be changed.