Skip to content

Commit

Permalink
remove unnecessary protected visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Dec 1, 2023
1 parent 68ca2ae commit 1abfe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/DotNetUnitTest/FileIO/DfrgFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class DfrgFunctions
const string APPLICATIONS_CONTENT = "[ { \"Id\": \"4caaaed5-1160-4132-b54f-0191e527a84a\", \"Type\": 1, \"EnvironmentGUID\": \"b3730606-0f2a-4e8a-b395-d8fdf226def8\", \"IsNew\": false }]";
const string DOCUMENT_CONTENT = "Line 1Line 2Line 3";
const string MS923_CONTENT = "1234567890123";
protected static string BaseDir = FileUtil.GetStartupDirectory();
static string BaseDir = FileUtil.GetStartupDirectory();

[Fact]
public void dfwpnumTest()
Expand Down

0 comments on commit 1abfe9b

Please sign in to comment.