Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 28, 2022
1 parent 846315b commit 06de59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ src/Verify.Tests/Tests.StreamMultipleNegative.00.verified.bin
src/Verify.Tests/Tests.StreamMultipleNegative.01.verified.bin
src/Verify.Tests/Tests.TextNegative.verified.tmp
*.ncrunchproject
*nCrunchTemp*
*nCrunchTemp*
*.cache
2 changes: 1 addition & 1 deletion src/Verify.Tests/NCrunchTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ public class NCrunchTests
{
[Fact]
public Task Simple() =>
Verify("Value2");
Verify("Value2s");
}

0 comments on commit 06de59f

Please sign in to comment.