Skip to content

Conversation

JEKLUND251
Copy link
Contributor

work in progress.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be no changes to this file, please revert.

Employee employee = new Employee(1, "Justin Eklund", "Software Engineer", 500000);
employeeManager.addEmployee(employee);
// Act
employee.setName("Justin Eklund Updated");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There shouldn't be two things you're acting on. Setting the name should be part of the // Arrange block of statemenets.

@anthonydmays
Copy link
Contributor

Going to close this out, but feel free to reopen and make recommended changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants