Skip to content

Commit

Permalink
Fix test case flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Oct 28, 2024
1 parent d93ee4e commit 7ec0b74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class SimpleTemplateTest : BaseTemplateTests
[TestCase("maui", DotNetPrevious, "Release", false, "")]
[TestCase("maui", DotNetCurrent, "Debug", false, "")]
[TestCase("maui", DotNetCurrent, "Release", false, "")]
[TestCase("maui", DotNetCurrent, "Debug", false, "--IncludeSampleContent")]
[TestCase("maui", DotNetCurrent, "Release", false, "--IncludeSampleContent")]
[TestCase("maui", DotNetCurrent, "Debug", false, "--SampleContent")]
[TestCase("maui", DotNetCurrent, "Release", false, "--SampleContent")]
[TestCase("maui-blazor", DotNetPrevious, "Debug", false, "")]
[TestCase("maui-blazor", DotNetPrevious, "Release", false, "")]
[TestCase("maui-blazor", DotNetCurrent, "Debug", false, "")]
Expand Down

0 comments on commit 7ec0b74

Please sign in to comment.