We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143e612 commit 55f4843Copy full SHA for 55f4843
test/Azure.Functions.Cli.Tests/E2E/VersionTests.cs
@@ -57,7 +57,6 @@ public void CoreToolsAssemblyZipFile_ShouldReturnEmpty_WhenDownloadLinkIsNull()
57
}
58
59
[Theory]
60
- [InlineData("4.0.6610", false)]
61
[InlineData("4.0.1", true)]
62
public async Task IsRunningAnOlderVersion_ReturnsExpected_WhenOlderVersion(string cliVersion, bool expected)
63
{
0 commit comments