Skip to content

Commit

Permalink
updating test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdthummar committed May 3, 2023
1 parent 612ab9d commit 7d07e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Azure.Functions.Cli.Tests/PythonHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async void WorkerInfoRuntimeShouldBePython()

[Theory]
[InlineData("DOCKER|mcr.microsoft.com/azure-functions/python", 3, 9, true)]
[InlineData("", 3, 7, false)]
[InlineData("", 3, 7, true)]
[InlineData("PYTHON|3.7", 3, 6, false)]
[InlineData("python|3.7", 3, 7, true)]
[InlineData("Python|3.8", 3, 8, true)]
Expand Down

0 comments on commit 7d07e6d

Please sign in to comment.