Selaa lähdekoodia

fixed ccp4 spec stub

Alexander Rose 6 vuotta sitten
vanhempi
commit
54f9cd2ad6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 () => {