test(engine): make FFmpeg path assertion platform-safe (#2433)

This commit is contained in:
Miguel Ángel
2026-07-14 13:22:24 -04:00
committed by GitHub
parent 3d7e26aabf
commit d7204ac47f
+1 -1
View File
@@ -70,7 +70,7 @@ describe("formatFfmpegError", () => {
const message = formatFfmpegError(exitCode, "");
expect(message).toContain("0xC0000135 (STATUS_DLL_NOT_FOUND)");
expect(message).toContain("/tools/ffmpeg.exe");
expect(message).toContain(resolve("/tools/ffmpeg.exe"));
expect(message).toContain("working 64-bit Windows FFmpeg build");
},
);