We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c0b2c commit 525cd1cCopy full SHA for 525cd1c
src/test/java/io/github/utplsql/api/OutputBufferTest.java
@@ -21,7 +21,7 @@
21
public class OutputBufferTest {
22
23
@Rule
24
- public static final DatabaseRule db = new DatabaseRule();
+ public final DatabaseRule db = new DatabaseRule();
25
26
public BaseReporter createReporter() throws SQLException {
27
Connection conn = db.newConnection();
src/test/java/io/github/utplsql/api/TestRunnerTest.java
@@ -16,7 +16,7 @@
16
public class TestRunnerTest {
17
18
19
20
@Test
public void runWithDocumentationReporter() {
0 commit comments