test: Streamlined the config-IT, so that they use the same expectations
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / persistence / InMemoryWithFilesStorageIT.java
index bd1a5c6..2c72ea0 100644 (file)
@@ -24,7 +24,7 @@ import java.util.function.Supplier;
 @Slf4j
 public class InMemoryWithFilesStorageIT extends AbstractStorageStrategyIT
 {
-  final static Path path = Paths.get("target","local-json-files");
+  final static Path path = Paths.get("target","files");
 
   final Clock clock;
   final ObjectMapper mapper;