Skip to content

Commit bfdad94

Browse files
committed
Rename TestEnv class to ATestEnv in TestEnv.cs
Changed the class name from TestEnv to ATestEnv to reflect updated naming conventions. No other modifications were made to the file.
1 parent dc11100 commit bfdad94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hexa.NET.Utilities.Tests/TestEnv.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Hexa.NET.Utilities.Tests
44
{
55
[TestFixture]
6-
public class TestEnv
6+
public class ATestEnv
77
{
88
[Test]
99
public void DumpPaths()

0 commit comments

Comments
 (0)