Skip to content

Commit

Permalink
SLVS-1746 Improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource committed Jan 27, 2025
1 parent 3209f80 commit ec404f7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ public void IsSelected_SetValue_RaisesPropertyChanged()

eventRaised.Should().BeTrue();
}

[TestMethod]
public void Line_PointToStartLineOfBeforeChange() => testSubject.Line.Should().Be(changeDto.beforeLineRange.startLine.ToString());
}

0 comments on commit ec404f7

Please sign in to comment.