pls work
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 25s
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 25s
This commit is contained in:
parent
6e336bb879
commit
4e5258d74c
@ -1,7 +1,9 @@
|
|||||||
package xyz.mcutils.backend.config;
|
package xyz.mcutils.backend.config;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.extension.ExtendWith;
|
||||||
import org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest;
|
import org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest;
|
||||||
import org.springframework.boot.test.context.TestConfiguration;
|
import org.springframework.boot.test.context.TestConfiguration;
|
||||||
|
import org.springframework.test.context.junit.jupiter.SpringExtension;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test configuration for
|
* Test configuration for
|
||||||
@ -9,7 +11,7 @@ import org.springframework.boot.test.context.TestConfiguration;
|
|||||||
*
|
*
|
||||||
* @author Braydon
|
* @author Braydon
|
||||||
*/
|
*/
|
||||||
@TestConfiguration @DataMongoTest
|
@TestConfiguration
|
||||||
public class TestMongoConfig {
|
@DataMongoTest()
|
||||||
|
@ExtendWith(SpringExtension.class)
|
||||||
}
|
public class TestMongoConfig { }
|
Loading…
Reference in New Issue
Block a user