Skip to content

Commit ff5d78a

Browse files
authored
.NET coverage - fix test sample (#21)
1 parent bfe4d60 commit ff5d78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NET/coverlet/NotInReportClass.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace QodanaCoverageTest;
22

33
public class NotInReportClass : Interface1
44
{
5-
public Class1()
5+
public NotInReportClass()
66
{
77
var y = 42;
88
}

0 commit comments

Comments
 (0)