Skip to content

Commit

Permalink
chore: Improve registeration services injection in test base.
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed May 12, 2024
1 parent 00f0368 commit 590b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildingBlocks/TestBase/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public async Task DisposeAsync()

public virtual void RegisterServices(Action<IServiceCollection> services)
{
TestRegistrationServices = services;
TestRegistrationServices += services;
}

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

0 comments on commit 590b2e7

Please sign in to comment.