Skip to content

Commit a19c0e0

Browse files
author
Jake Ginnivan
committed
Changing the approval validation test to use QuietReporter
1 parent 9e739c8 commit a19c0e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestStack.ConventionTests.Tests/ConventionAssertionClassTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using TestStack.ConventionTests.Internal;
66

77
[TestFixture]
8-
[UseReporter(typeof(DiffReporter))] //NOTE: Can we take care of this in IsWithApprovedExceptions?
8+
[UseReporter(typeof(QuietReporter))] //NOTE: Can we take care of this in IsWithApprovedExceptions?
99
public class ConventionAssertionClassTests
1010
{
1111
[Test]

0 commit comments

Comments
 (0)