Skip to content

Commit 82ebf09

Browse files
committed
Use primitive int
1 parent a5408c5 commit 82ebf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

282282
utPlsqlMojo.execute();
283283

284-
assertEquals(Integer.valueOf(5), utPlsqlMojo.oraStuckTimeout);
284+
assertEquals(5, (int) utPlsqlMojo.oraStuckTimeout);
285285
}
286286

287287
/**

0 commit comments

Comments
 (0)