Skip to content

Commit

Permalink
(#23) logging: update tests [build-test-force] [pack-all-force]
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 21, 2024
1 parent 6471224 commit 6085a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paralax.Logging/tests/ExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void UseLogging_Should_Configure_Serilog_On_HostBuilder()

// Assert
var loggingService = host.Services.GetService<ILoggingService>();
Assert.NotNull(loggingService); // Check if logging service is registered
Assert.NotNull(loggingService);
}
}
}

0 comments on commit 6085a62

Please sign in to comment.