Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-rename' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
z33bs committed Feb 5, 2021
2 parents 592d9eb + 1b5c0b0 commit bf6cd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ZenIoc.Tests/ZenIocTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,8 @@ public void ResolveIEnumerableInterface_NotRegistered_SomeMembersRegistered()
[Fact]
public void ResolveIEnumerableAbstract_NotRegistered()
{
IocContainer.Initialize(o => {o.TryResolveUnregistered = true; });

var mock = new ConcurrentDictionary<Tuple<Type, string>, MetaObject>();
IocContainer.SetContainer(mock);

Expand Down

0 comments on commit bf6cd9a

Please sign in to comment.