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 db17832 commit de1f5d0Copy full SHA for de1f5d0
src/Verify.Tests/Tests.MisMatchCase.verified.txt
@@ -0,0 +1 @@
1
+Value
src/Verify.Tests/Tests.cs
@@ -69,6 +69,11 @@ class ClassWithToString
69
public string Property { get; set; } = null!;
70
}
71
72
+ [Fact]
73
+ // ReSharper disable once IdentifierTypo
74
+ public Task MisMatchcase() =>
75
+ Verify("Value");
76
+
77
[Fact]
78
public async Task OnVerifyMismatch()
79
{
0 commit comments