mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Merged feature/checkstyle-updates into dev
This commit is contained in:
@ -50,7 +50,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
*******************************************************************************/
|
||||
public class FilesystemBackendModuleTest
|
||||
{
|
||||
private final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";
|
||||
private static final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";
|
||||
|
||||
|
||||
|
||||
|
@ -47,7 +47,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
*******************************************************************************/
|
||||
public class S3BackendModuleTest extends BaseS3Test
|
||||
{
|
||||
private final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";
|
||||
private static final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";
|
||||
|
||||
|
||||
|
||||
|
@ -37,6 +37,9 @@ import org.junit.jupiter.api.Test;
|
||||
public class PathMatcherGlobTest
|
||||
{
|
||||
|
||||
/***************************************************************************
|
||||
**
|
||||
***************************************************************************/
|
||||
@Test
|
||||
public void testPathMatcher() throws Exception
|
||||
{
|
||||
|
Reference in New Issue
Block a user