mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-17 16:15:20 +01:00
Failing test to ensure MySQLTest is being run
This commit is contained in:
parent
da3a19d913
commit
0b19adcc74
@ -3,8 +3,10 @@ package com.djrapitops.plan.system.database.databases;
|
||||
import com.djrapitops.plan.system.settings.config.PlanConfig;
|
||||
import com.djrapitops.plan.system.settings.paths.DatabaseSettings;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
import utilities.CIProperties;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assume.assumeTrue;
|
||||
|
||||
/**
|
||||
@ -31,4 +33,9 @@ public class MySQLTest extends CommonDBTest {
|
||||
|
||||
handleSetup("MySQL");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void failingTest() {
|
||||
assertTrue(false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user