Browse Source

fixed ccp4 spec stub

Alexander Rose 6 years ago
parent
commit
54f9cd2ad6
1 changed files with 1 additions and 1 deletions
  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 () => {