mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 03:11:51 +08:00
chore: Improve registeration services injection in test base.
This commit is contained in:
parent
00f036873a
commit
590b2e78d5
@ -119,7 +119,7 @@ public class TestFixture<TEntryPoint> : IAsyncLifetime
|
|||||||
|
|
||||||
public virtual void RegisterServices(Action<IServiceCollection> services)
|
public virtual void RegisterServices(Action<IServiceCollection> services)
|
||||||
{
|
{
|
||||||
TestRegistrationServices = services;
|
TestRegistrationServices += services;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ref: https://github.com/trbenning/serilog-sinks-xunit
|
// ref: https://github.com/trbenning/serilog-sinks-xunit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user