Skip to content

Commit 99dd9d0

Browse files
committed
Fix test
1 parent 2d5baa4 commit 99dd9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-new.IntegrationTests/DotnetNewTestTemplatesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public void MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_Can
211211
result.Should().Pass();
212212

213213
result.StdOut.Should().Contain("Passed!");
214-
result.StdOut.Should().MatchRegex(@"Passed:\s*1");
214+
result.StdOut.Should().MatchRegex(isMTP ? "succeeded: 1" : @"Passed:\s*1");
215215
}
216216

217217
// After executing dotnet new and before cleaning up

0 commit comments

Comments
 (0)