Skip to content

Commit 0d9171a

Browse files
committed
Rename
1 parent c705aa3 commit 0d9171a

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
@@ -9,12 +9,12 @@ public class UtPlsqlMojoIT {
99

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

18-
utPLSQLMojo.execute();
18+
utPlsqlMojo.execute();
1919
}
2020
}

0 commit comments

Comments
 (0)