Skip to content

Commit 0adf458

Browse files
LarsEckartJayBazuziisidore
committed
- t rename test class
Co-authored-by: Jay Bazuzi <[email protected]> Co-authored-by: Llewellyn Falco <[email protected]>
1 parent 77d0ecc commit 0adf458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

approvaltests-tests/src/test/java/org/approvaltests/utils/ConsoleOutputTests.java renamed to approvaltests-tests/src/test/java/org/approvaltests/utils/ConsoleOutputTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import org.junit.jupiter.api.Test;
77

88
@UseReporter(AutoApproveReporter.class)
9-
public class ConsoleOutputTests
9+
public class ConsoleOutputTest
1010
{
1111
@Test
1212
void testVerifyOutput()
@@ -57,4 +57,4 @@ void testVerifyAll()
5757
console.verifyAll(new Options().inline(expected));
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)