Fix up runtime tests

This commit is contained in:
Nick O'Leary
2018-04-23 14:24:51 +01:00
parent e3b1179a21
commit 34832d5942
15 changed files with 144 additions and 101 deletions

View File

@@ -20,7 +20,7 @@ var path = require('path');
var sinon = require('sinon');
var localfilesystem = require("../../../../../red/runtime/storage/localfilesystem");
var log = require("../../../../../red/runtime/log");
var log = require("../../../../../red/util/log");
describe('storage/localfilesystem', function() {
var mockRuntime = {