fix actions
Some checks are pending
Gradle CI with Jacoco and Error Logs / build (push) Has started running
Some checks are pending
Gradle CI with Jacoco and Error Logs / build (push) Has started running
This commit is contained in:
@@ -21,7 +21,7 @@ public class BadCaseTaskTest {
|
||||
private String user = "hhn";
|
||||
private String password = "!9oSmhsiwYO.m)_x";
|
||||
private String db = "hhn";
|
||||
private String host = "localhost";
|
||||
private String host = "nas.local";
|
||||
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
|
||||
@@ -17,7 +17,7 @@ public class GoodCaseTaskTest {
|
||||
private String user = "hhn";
|
||||
private String password = "!9oSmhsiwYO.m)_x";
|
||||
private String db = "hhn";
|
||||
private String host = "localhost";
|
||||
private String host = "nas.local";
|
||||
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
|
||||
Reference in New Issue
Block a user