mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
Objects: fix tests not being run by maven
This commit is contained in:
@@ -5,5 +5,5 @@ import io.quarkus.test.junit.TestProfile;
|
||||
|
||||
@QuarkusTest
|
||||
@TestProfile(Profiles.ObjectsTestProfileExtraChecks.class)
|
||||
public class ObjectsTestExtraChecks extends ObjectsTestImpl {
|
||||
public class ObjectsTestExtraChecksTest extends ObjectsTestImpl {
|
||||
}
|
||||
@@ -5,5 +5,5 @@ import io.quarkus.test.junit.TestProfile;
|
||||
|
||||
@QuarkusTest
|
||||
@TestProfile(Profiles.ObjectsTestProfileNoExtraChecks.class)
|
||||
public class ObjectsTestNoExtraChecks extends ObjectsTestImpl {
|
||||
public class ObjectsTestNoExtraChecksTest extends ObjectsTestImpl {
|
||||
}
|
||||
Reference in New Issue
Block a user