Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Sep 6, 2023
1 parent 53027ae commit 014d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/DotNetUnitTest/Log/LogTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class LogTest
{
static readonly IGXLogger log = GXLoggerFactory.GetLogger<LogTest>();
[Fact]
public void TestSessionRenew()
public void TestLogOutput()
{
Config.LoadConfiguration();
GXLogging.Debug(log, "Test Debug");
Expand Down

0 comments on commit 014d979

Please sign in to comment.