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 d0dfd01 commit e223371Copy full SHA for e223371
test/EndToEnd.Tests/GivenUnixPlatform.cs
@@ -16,7 +16,7 @@ public void ItDoesNotIncludeWindowsOnlyProjectTemplates(string template)
16
.WithVirtualHive()
17
.WithWorkingDirectory(directory.Path)
18
.Execute(template).Should().Fail()
19
- .And.HaveStdErrContaining($": {template}.");
+ .And.HaveStdErrContaining($": '{template}'.");
20
}
21
22
0 commit comments