fix tests

This commit is contained in:
Nicolas Raynaud
2021-02-05 19:50:26 +01:00
parent cad5f74d45
commit a33fc27313
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import { randomBytes } from 'crypto'
import Vhd, { chainVhd, createSyntheticStream, mergeVhd as vhdMerge } from '.'
import { SECTOR_SIZE } from './src/_constants'
import { SECTOR_SIZE } from './_constants'
let tempDir = null

View File

@@ -8,7 +8,7 @@ import { pipeline } from 'readable-stream'
import { createReadableRawStream, createReadableSparseStream } from './'
import { createFooter } from './src/_createFooterHeader'
import { createFooter } from './_createFooterHeader'
let tempDir = null