fix: correct import of merkle in test

This commit is contained in:
Tom French 2022-05-16 02:57:23 +01:00 committed by James Long
parent 0dcff8e671
commit 8a91006c7b

View file

@ -3,7 +3,7 @@ import * as db from '../db';
import * as sheet from '../sheet';
import * as sync from './index';
import { getClock, Timestamp } from '../crdt';
import * as merkle from '../merkle';
import { merkle } from '../crdt';
import * as encoder from './encoder';
const jsc = require('jsverify');
const uuidGenerator = jsc