Skip to content

Commit

Permalink
Update MultitenantTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Dec 19, 2022
1 parent 2dabde8 commit 69408ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MultitenantTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public void MultitenantTests_Ensure_Container_Method_Calls_Delegate_To_Root()
d.Validate();
d.GetRegistrationMappings();
d.GetRegistrationDiagnostics();
d.Register<IA, C>(c => { });
d.Register<IA, C>();
d.Register<IA, C>("a");
d.Register<IA>(typeof(C));
Expand Down

0 comments on commit 69408ef

Please sign in to comment.