diff --git a/src/test/java/org/cryptomator/windows/revealpath/ExplorerRevealPathServiceTest.java b/src/test/java/org/cryptomator/windows/revealpath/ExplorerRevealPathServiceIT.java similarity index 95% rename from src/test/java/org/cryptomator/windows/revealpath/ExplorerRevealPathServiceTest.java rename to src/test/java/org/cryptomator/windows/revealpath/ExplorerRevealPathServiceIT.java index eb77dd7..84d01a0 100644 --- a/src/test/java/org/cryptomator/windows/revealpath/ExplorerRevealPathServiceTest.java +++ b/src/test/java/org/cryptomator/windows/revealpath/ExplorerRevealPathServiceIT.java @@ -9,7 +9,7 @@ import java.nio.file.Files; import java.nio.file.Path; -public class ExplorerRevealPathServiceTest { +public class ExplorerRevealPathServiceIT { ExplorerRevealPathService service = new ExplorerRevealPathService();