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

Commit 74baacc

Browse files
authored
Fix for issue 1177 (#1178)
1 parent 7e5fa93 commit 74baacc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/lu/test/parser/lu/lu.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const compareLuFiles = function(file1, file2) {
1313

1414

1515
describe('LU instance', function() {
16-
const response = require('./../../fixtures/translation/serviceresponses/intentsAndutterances.json')
16+
const response = require('./../../fixtures/translation/serviceresponses/intentsAndUtterances.json')
1717

1818
before(function(){
1919
nock('https://api.cognitive.microsofttranslator.com')

packages/luis/test/commands/luis/translate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ xdescribe('luis:translate References can be skipped from being translated', asyn
108108
})
109109

110110
describe('luis:translate Intents and utterances are translated correctly', async () => {
111-
const response = require('./../../fixtures/translation/serviceresponses/intentsAndutterances.json')
111+
const response = require('./../../fixtures/translation/serviceresponses/intentsAndUtterances.json')
112112
after(async function(){
113113
await fs.remove(path.join(__dirname, './../../../fr/'))
114114
})

0 commit comments

Comments
 (0)