Skip to content
Snippets Groups Projects
Commit 54f9cd2a authored by Alexander Rose's avatar Alexander Rose
Browse files

fixed ccp4 spec stub

parent d82635b2
No related branches found
No related tags found
No related merge requests found
......@@ -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 () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment