Alexander Rose преди 6 години
родител
ревизия
54f9cd2ad6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/mol-io/reader/_spec/ccp4.spec.ts

+ 1 - 1
src/mol-io/reader/_spec/ccp4.spec.ts

@@ -7,7 +7,7 @@
 import CCP4 from '../ccp4/parser'
 import { FileHandle } from '../../common/file-handle';
 
-const ccp4Buffer = new Uint8Array([])
+const ccp4Buffer = new Uint8Array(4 * 64)
 
 describe('ccp4 reader', () => {
     it('basic', async () => {