Skip to content

Commit 45e0a50

Browse files
committed
test: fix tests for new ScratchStorage API
1 parent 982bf3e commit 45e0a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/page-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ window.loadFileInputIntoVM = (fileInput, vm, render) => {
4343

4444
window.initVM = render => {
4545
const vm = new VirtualMachine();
46-
const storage = new ScratchStorage();
46+
const storage = new ScratchStorage.ScratchStorage();
4747

4848
vm.attachStorage(storage);
4949
vm.attachRenderer(render);

0 commit comments

Comments
 (0)