mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
chore(developer): corrected filename in ERROR_UnknownFileFormat unit test
This commit is contained in:
parent
429cad0703
commit
eff01fb3a1
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ describe('InfrastructureMessages', function () {
|
|||
|
||||
it('should generate ERROR_UnknownFileFormat if an analyze osk-char-use mapping file is not the correct type', async function() {
|
||||
const ncb = new NodeCompilerCallbacks({logLevel: 'silent'});
|
||||
const options = {mappingFile: makePathToFixture('analyze', 'error_not_a_project_file.xxx')};
|
||||
const options = {mappingFile: makePathToFixture('analyze', 'error_unknown_file_format.xxx')};
|
||||
await analyzeUnitTestEndpoints.analyzeOskCharUse(ncb, [], options);
|
||||
assert.isTrue(ncb.hasMessage(InfrastructureMessages.ERROR_UnknownFileFormat),
|
||||
'ERROR_UnknownFileFormat not generated, instead got: '+JSON.stringify(ncb.messages,null,2));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue