Skip to content

Commit ec995b6

Browse files
authored
Removed reference to conversation/v1 from tests
It should fix compatibility with node-sdk v4
1 parent a6d7da3 commit ec995b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.post_message.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
const assert = require('assert');
1818
const utils = require('../lib/middleware/utils');
1919
const nock = require('nock');
20-
const AssistantV1 = require('watson-developer-cloud/conversation/v1');
20+
const AssistantV1 = require('watson-developer-cloud/assistant/v1');
2121

2222
describe('conversation()', function () {
2323

@@ -145,4 +145,4 @@ describe('conversation()', function () {
145145
});
146146
});
147147

148-
});
148+
});

0 commit comments

Comments
 (0)