Skip to content

Commit 6f07465

Browse files
committed
Rename
1 parent 51f8ce6 commit 6f07465

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ public class UtPLSQLMojoIT {
88

99
@Test
1010
public void execute() throws MojoExecutionException {
11-
UtPLSQLMojo utPlsqlMojo = new UtPLSQLMojo();
12-
utPlsqlMojo.project = new MavenProject();
13-
utPlsqlMojo.url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
14-
utPlsqlMojo.user = "UT3";
15-
utPlsqlMojo.password = "UT3";
11+
UtPLSQLMojo utPLSQLMojo = new UtPLSQLMojo();
12+
utPLSQLMojo.project = new MavenProject();
13+
utPLSQLMojo.url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
14+
utPLSQLMojo.user = "UT3";
15+
utPLSQLMojo.password = "UT3";
1616

17-
utPlsqlMojo.execute();
17+
utPLSQLMojo.execute();
1818
}
1919
}

0 commit comments

Comments
 (0)