Skip to content

Commit

Permalink
adding #516 to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Aug 9, 2022
1 parent 8ec30ce commit f5b630d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/DryIoc.TestRunner.net472/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public static void RunAllTests()
new GHIssue507_Transient_resolve_with_opening_scope_using_factory_func_in_singleton(),
new GHIssue508_Throws_when_lazy_resolve_after_explicit_create_using_factory_func_from_within_scope(),
new GHIssue512_Optimize_injection_of_IResolverContext(),
new GHIssue516_Singleton_Decorator_to_Scoped_base_should_not_work_but_does(),
};
var loadTests = new ITest[]
{
Expand Down
1 change: 1 addition & 0 deletions test/DryIoc.TestRunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public static void RunAllTests()
new GHIssue507_Transient_resolve_with_opening_scope_using_factory_func_in_singleton(),
new GHIssue508_Throws_when_lazy_resolve_after_explicit_create_using_factory_func_from_within_scope(),
new GHIssue512_Optimize_injection_of_IResolverContext(),
new GHIssue516_Singleton_Decorator_to_Scoped_base_should_not_work_but_does(),
};
// var docsTests = new Func<int>[]
// {
Expand Down

0 comments on commit f5b630d

Please sign in to comment.