diff --git a/tests-lib/helper.js b/tests-lib/helper.js index e4b271cc..302b80d2 100644 --- a/tests-lib/helper.js +++ b/tests-lib/helper.js @@ -1,7 +1,7 @@ import _Y from '../../yjs/src/y.js' -import yMemory from '../../y-memory/src/Memory.js' +import yMemory from '../../y-memory/src/y-memory.js' import yArray from '../../y-array/src/y-array.js' import yMap from '../../y-map/src/Map.js' import yTest from './test-connector.js'