Skip to content

Commit

Permalink
Merge pull request #291 from meysamhadeli/develop
Browse files Browse the repository at this point in the history
chore: Improve registeration services injection in test base.
  • Loading branch information
meysamhadeli authored May 12, 2024
2 parents 00f0368 + 590b2e7 commit a718a47
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 a718a47

Please sign in to comment.