Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bd625be authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Correct test path for test files." into main

parents d66b1b82 db7e350d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ class TaskSnapshotPersisterTestBase extends WindowTestsBase {
            path = FILES_DIR.getPath() + "/snapshots/";
        }
        for (int i = 0; i < fileNames.length; i++) {
            files[i] = new File(path + fileNames[i]);
            files[i] = new File(path, fileNames[i]);
        }
        return files;
    }