PR
This commit is contained in:
parent
304127ec0d
commit
1d7cff48d4
19 changed files with 159 additions and 156 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue