Skip to content

Commit e223371

Browse files
committed
Added missing single quotes to match the test output message.
1 parent d0dfd01 commit e223371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EndToEnd.Tests/GivenUnixPlatform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public void ItDoesNotIncludeWindowsOnlyProjectTemplates(string template)
1616
.WithVirtualHive()
1717
.WithWorkingDirectory(directory.Path)
1818
.Execute(template).Should().Fail()
19-
.And.HaveStdErrContaining($": {template}.");
19+
.And.HaveStdErrContaining($": '{template}'.");
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)