Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit fcceda3

Browse files
author
estebanlopez
committed
Fixed unit test
1 parent 90f7b3a commit fcceda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe('utils', function () {
214214
var inputValue = '111.222.333';
215215
var result = utils.sanitizeName(inputValue);
216216
/*jshint -W030 */
217-
result.should.be.exactly('MyManifoldJSApp');
217+
result.should.be.exactly('myManifoldJSApp');
218218
});
219219
});
220220
});

0 commit comments

Comments
 (0)