This commit is contained in:
Pavel Krymets 2016-03-04 14:12:16 -08:00
parent 304127ec0d
commit 1d7cff48d4
19 changed files with 159 additions and 156 deletions

View file

@ -95,7 +95,7 @@ namespace Microsoft.Extensions.DependencyModel.Tests
var exception = Assert.Throws<InvalidOperationException>(() => resolver.TryResolveAssemblyPaths(library, assemblies));
exception.Message.Should()
.Contain(F.SecondAssemblyPath)
.And.Contain(library.PackageName);
.And.Contain(library.Name);
}
}
}