We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb9b29 commit 7206ec8Copy full SHA for 7206ec8
1 file changed
src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoTest.java
@@ -117,8 +117,6 @@ public void skipUtplsqlTests() throws MojoExecutionException {
117
118
@Test
119
public void defaultReport() throws MojoExecutionException {
120
- utPLSQLMojo.execute();
121
-
122
final ByteArrayOutputStream console = new ByteArrayOutputStream();
123
System.setOut(new PrintStream(console));
124
0 commit comments