Skip to content

Commit 83dd8a8

Browse files
gep13JakeGinnivan
authored andcommitted
Corrected ReSharper Inspection Issue
Changed the BuildServer class to be private, rather than public, based on the suggestion from the ReSharper Code Inspection.
1 parent 05381af commit 83dd8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BuildServers/BuildServerBaseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void BuildNumberIsFullSemVer()
3434
writes[1].ShouldBe("1.2.3-beta.1+5");
3535
}
3636

37-
public class BuildServer : BuildServerBase
37+
private class BuildServer : BuildServerBase
3838
{
3939
public override bool CanApplyToCurrentContext()
4040
{

0 commit comments

Comments
 (0)