Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
BAEL-18214 Testing changes in test
  • Loading branch information
dkapil committed Jan 7, 2020
commit 68b62c35e36090300eae421945dedef9d3cd90bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class EmployeeUnitTest {
def whenEmployeeSalaryIncremented_thenCorrectSalary() = {
val employee = new Employee("John Doe", 1000)
employee.incrementSalary()
assertEquals(1020, employee.salary)
assertEquals(1021, employee.salary)
}

@Test
Expand Down