Skip to content

Commit

Permalink
Remove non working test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anapher committed Jan 27, 2019
1 parent 16389cb commit a1a44ec
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ public void TestRegisterAssemblyTypes()

Assert.Throws<ResolutionFailedException>(() => container.Resolve<ITestInterface2>());
}

[Fact]
public void TestResolveEnumerable()
{
var container = new UnityContainer();
container.RegisterInstance("Wtf1");
container.RegisterInstance("Wtf2");

container.resolve
}
}

public class TestClass : ITestInterface1, ITestInterface2
Expand Down

0 comments on commit a1a44ec

Please sign in to comment.