We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb759dc commit 7c86837Copy full SHA for 7c86837
test/dotnet.Tests/CommandTests/Tool/Install/ToolInstallLocalCommandTests.cs
@@ -171,7 +171,7 @@ public void GivenNoManifestFileItShouldThrowAndContainNoManifestGuide()
171
.Contain(CliStrings.CannotFindAManifestFile);
172
173
a.Should().Throw<GracefulException>()
174
- .And.VerboseMessage.Should().Contain(string.Format(CliStrings.CannotFindAManifestFile, ""));
+ .And.VerboseMessage.Should().Contain(CliStrings.CannotFindAManifestFile.Substring(0, 25));
175
}
176
177
[Fact]
0 commit comments