Skip to content

Commit de1f5d0

Browse files
committed
mis match case
1 parent db17832 commit de1f5d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Value

src/Verify.Tests/Tests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ class ClassWithToString
6969
public string Property { get; set; } = null!;
7070
}
7171

72+
[Fact]
73+
// ReSharper disable once IdentifierTypo
74+
public Task MisMatchcase() =>
75+
Verify("Value");
76+
7277
[Fact]
7378
public async Task OnVerifyMismatch()
7479
{

0 commit comments

Comments
 (0)