mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 15:51:08 +08:00
Merge pull request #291 from meysamhadeli/develop
chore: Improve registeration services injection in test base.
This commit is contained in:
commit
a718a47de7
@ -119,7 +119,7 @@ public class TestFixture<TEntryPoint> : IAsyncLifetime
|
||||
|
||||
public virtual void RegisterServices(Action<IServiceCollection> services)
|
||||
{
|
||||
TestRegistrationServices = services;
|
||||
TestRegistrationServices += services;
|
||||
}
|
||||
|
||||
// ref: https://github.com/trbenning/serilog-sinks-xunit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user