mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Fix test resources path (#386)
This commit is contained in:
@@ -155,7 +155,7 @@ public class TestUtils {
|
||||
|
||||
private static Path getResourcesFolderPath(boolean testMode) {
|
||||
System.out.println("CWD: " + Path.of("").toAbsolutePath().toString());
|
||||
return Path.of(testMode ? "" : "../" + "test-resources").toAbsolutePath();
|
||||
return Path.of("test-resources").toAbsolutePath();
|
||||
}
|
||||
|
||||
public static Path getTestMode2019ImagePath() {
|
||||
|
||||
Reference in New Issue
Block a user