File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/cli/tests/integration/builder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ describe("when building with the docker builder", () => {
6565 await build ( "root" , drive , image , destination ) ;
6666 const filename = path . join ( destination , "root.ext2" ) ;
6767 const stat = fs . statSync ( filename ) ;
68- expect ( stat . size ) . toEqual ( 76087296 ) ;
68+ expect ( stat . size ) . toEqual ( 76079104 ) ;
6969 } ,
7070 ) ;
7171
@@ -84,7 +84,7 @@ describe("when building with the docker builder", () => {
8484 await build ( "root" , drive , image , destination ) ;
8585 const filename = path . join ( destination , "root.ext2" ) ;
8686 const stat = fs . statSync ( filename ) ;
87- expect ( stat . size ) . toEqual ( 76087296 ) ;
87+ expect ( stat . size ) . toEqual ( 76079104 ) ;
8888 } ) ;
8989
9090 tmpdirTest . skip ( "should build a sqfs drive" , async ( { tmpdir } ) => {
You can’t perform that action at this time.
0 commit comments