Fix windows test

You continue to disappoint me, Windows.
This commit is contained in:
dotasek 2023-09-06 11:57:45 -04:00
parent 430833616a
commit e9b1e63e04
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class FilesystemPackageManagerTests {
protected void initCacheFolder() throws IOException {
}
};
assertEquals(System.getProperty("user.home") + File.separator + ".fhir/packages", filesystemPackageCacheManager.getFolder());
assertEquals(System.getProperty("user.home") + File.separator + ".fhir" + File.separator + "packages", filesystemPackageCacheManager.getFolder());
}
/*