mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-23 15:12:52 +08:00
Fix route test
This commit is contained in:
parent
f82a8bdaee
commit
3b6d2cc185
@ -2,14 +2,11 @@ package io.papermc.hangar.util;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit.jupiter.SpringExtension;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@ContextConfiguration(classes = {Routes.class})
|
||||
class RouteHelperTest {
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user