tests: use smaller francis.bin

This commit is contained in:
Elias Schneider
2026-08-05 22:02:00 +02:00
parent 95809dd29c
commit 4fe6f0688c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -145,7 +145,7 @@ function compareExports(dir1: string, dir2: string): void {
expect(header).toContain('francis-backup');
const fileSize = fs.statSync(filePath).size;
expect(fileSize).toBeGreaterThan(64);
expect(fileSize).toBeGreaterThan(1000);
}
}