Skip to content

Commit c507327

Browse files
committed
working around alchemy language typedrelations service bug in tests so that we can ship a release
1 parent 194fc77 commit c507327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.integration-all-services.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,14 +713,14 @@ describe('integration-all-services', function() {
713713
it('should process html', function(done) {
714714
alchemy_language.typedRelations({
715715
html: text,
716-
//model: "ie-en-news" // todo: remove model once the API regression is fixed
716+
model: "ie-en-news" // todo: remove model once the API regression is fixed
717717
}, failIfError.bind(failIfError, done));
718718
});
719719

720720
it('should process text', function(done) {
721721
alchemy_language.typedRelations({
722722
text: text,
723-
//model: "ie-en-news" // todo: remove model once the API regression is fixed
723+
model: "ie-en-news" // todo: remove model once the API regression is fixed
724724
}, failIfError.bind(failIfError, done));
725725
});
726726
});

0 commit comments

Comments
 (0)