Skip to content

Commit 590b2e7

Browse files
committed
chore: Improve registeration services injection in test base.
1 parent 00f0368 commit 590b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuildingBlocks/TestBase/TestBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public async Task DisposeAsync()
119119

120120
public virtual void RegisterServices(Action<IServiceCollection> services)
121121
{
122-
TestRegistrationServices = services;
122+
TestRegistrationServices += services;
123123
}
124124

125125
// ref: https://github.com/trbenning/serilog-sinks-xunit

0 commit comments

Comments
 (0)