Skip to content

Commit b631011

Browse files
committed
Swaped arguments
1 parent 3b786a9 commit b631011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/utplsql/maven/plugin/UtPLSQLMojoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void testSourcesTestsParameters() throws Exception {
115115

116116
// TODO : move to another test about reporters
117117
List<String> reporters = Whitebox.getInternalState(utplsqlMojo, "reporters");
118-
assertEquals(reporters.size(), 2);
118+
assertEquals(2, reporters.size());
119119

120120
// check sources
121121
FileMapperOptions sources = Whitebox.invokeMethod(utplsqlMojo, "buildSourcesOptions");

0 commit comments

Comments
 (0)