| Index: test/stub-modules/utils.js |
| diff --git a/test/stub-modules/utils.js b/test/stub-modules/utils.js |
| index 7bebe506c5377332e5221c8447fbfffd15fe2534..32bb627eca80329cba29ba62fb3072584f6ab3ad 100644 |
| --- a/test/stub-modules/utils.js |
| +++ b/test/stub-modules/utils.js |
| @@ -3,6 +3,8 @@ |
| const crypto = require("crypto"); |
| exports.Utils = { |
| + appLocale: "en-US", |
| + |
| generateChecksum(lines) |
| { |
| let buffer = new Buffer(lines.join("\n"), "utf-8"); |