mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Correct test name; CnP error
This commit is contained in:
parent
9a8716f33e
commit
a88ac56848
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import static org.junit.jupiter.api.Assertions.fail;
|
||||||
public class TestConfig {
|
public class TestConfig {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test002verifyH2Works() {
|
public void test001VerifyArrayOfDrivers() {
|
||||||
try {
|
try {
|
||||||
Configurations configs = new Configurations();
|
Configurations configs = new Configurations();
|
||||||
Configuration config = configs.xml("TEST_config_live.xml");
|
Configuration config = configs.xml("TEST_config_live.xml");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue