We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b786a9 commit b631011Copy full SHA for b631011
1 file changed
src/test/java/org/utplsql/maven/plugin/UtPLSQLMojoTest.java
@@ -115,7 +115,7 @@ public void testSourcesTestsParameters() throws Exception {
115
116
// TODO : move to another test about reporters
117
List<String> reporters = Whitebox.getInternalState(utplsqlMojo, "reporters");
118
- assertEquals(reporters.size(), 2);
+ assertEquals(2, reporters.size());
119
120
// check sources
121
FileMapperOptions sources = Whitebox.invokeMethod(utplsqlMojo, "buildSourcesOptions");
0 commit comments