From f8aef6cd119400dd49e4228c2d6d28dd9062342a Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 17 Jun 2024 13:46:06 +0200 Subject: [PATCH] move revel service test to integration testing --- ...ealPathServiceTest.java => ExplorerRevealPathServiceIT.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/test/java/org/cryptomator/windows/revealpath/{ExplorerRevealPathServiceTest.java => ExplorerRevealPathServiceIT.java} (95%) 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();