You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/BenchmarkDotNet.Tests/Validators/RuntimeValidatorTests.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ public void NullRuntimeMixed_Should_Failed()
40
40
41
41
// Assert
42
42
{
43
-
varexpectedMessage="Job(Dry) don't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
43
+
varexpectedMessage="Job(Dry) doesn't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
44
44
Assert.Contains(expectedMessage,errors);
45
45
}
46
46
{
47
-
varexpectedMessage="Job(Toolchain=.NET 10.0) don't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
47
+
varexpectedMessage="Job(Toolchain=.NET 10.0) doesn't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
0 commit comments