Support IPS in validation tests

This commit is contained in:
Grahame Grieve 2023-11-24 08:53:32 +11:00
parent c913190d7a
commit 0e69f6ad89
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class LocalTerminologyServiceTests implements ITxTesterLoader {
private static boolean localTxRunning() {
return new File("/Users/grahamegrieve/work/server/serverx").exists();
return new File("/Users/grahamegrieve/work/server/server").exists();
}