mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-11 13:48:37 +02:00
Update ShowAdminInterfaceTest.java
This commit is contained in:
parent
4ff940c229
commit
6371312669
@ -1,7 +1,5 @@
|
|||||||
package stirling.software.common.configuration.interfaces;
|
package stirling.software.common.configuration.interfaces;
|
||||||
|
|
||||||
import static org.junit.Assert.assertTrue;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
class ShowAdminInterfaceTest {
|
class ShowAdminInterfaceTest {
|
||||||
@ -12,6 +10,7 @@ class ShowAdminInterfaceTest {
|
|||||||
@Test
|
@Test
|
||||||
void getShowUpdateOnlyAdmins_returnsTrueByDefault() {
|
void getShowUpdateOnlyAdmins_returnsTrueByDefault() {
|
||||||
ShowAdminInterface instance = new TestImpl();
|
ShowAdminInterface instance = new TestImpl();
|
||||||
assertTrue(instance.getShowUpdateOnlyAdmins(), "Default should return true");
|
org.junit.jupiter.api.Assertions.assertTrue(
|
||||||
|
instance.getShowUpdateOnlyAdmins(), "Default should return true");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user