Skip to content

Commit

Permalink
use 'messageCatalogManager' capitalised in tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
frostmar committed Mar 29, 2018
1 parent 54143f3 commit efce478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/message-catalog-manager-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var expect = chai.expect;
chai.use(chaiAsPromised);
var sinonChai = require("sinon-chai");
chai.use(sinonChai);
var MessageCatalogManager = require("../index.js").messageCatalogManager;
var MessageCatalogManager = require("../index.js").MessageCatalogManager;
var CatalogedError = require('../lib/catalogedError.js');
var messageCatLib = require("../lib/message-catalog-manager.js");

Expand Down

0 comments on commit efce478

Please sign in to comment.