File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/org/utplsql/cli Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
package org .utplsql .cli ;
2
2
3
- import java .util .List ;
4
-
5
3
import org .junit .jupiter .api .Test ;
6
4
import org .slf4j .Logger ;
7
5
import org .slf4j .LoggerFactory ;
8
6
import org .utplsql .api .reporter .CoreReporters ;
9
7
8
+ import java .util .List ;
9
+
10
10
import static org .junit .jupiter .api .Assertions .assertEquals ;
11
11
import static org .junit .jupiter .api .Assertions .assertTrue ;
12
12
15
15
*
16
16
* @author philipp salivsberg
17
17
*/
18
- class RunCommandIssue20Test {
18
+ class RunCommandIssue20IT {
19
19
20
- private static final Logger logger = LoggerFactory .getLogger (RunCommandIssue20Test .class );
20
+ private static final Logger logger = LoggerFactory .getLogger (RunCommandIssue20IT .class );
21
21
22
22
@ Test
23
23
void runLoop () {
You can’t perform that action at this time.
0 commit comments