Skip to content

Commit

Permalink
fixes language tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored and jmdobry committed Nov 16, 2016
1 parent 4de920a commit 5119853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language/api/test/AllCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function setUp()
$this->commandTester = new CommandTester($application->get('all'));
$this->expectedPatterns = array(
'/language: en/',
'/sentiment: /',
'/sentiment/',
'/sentences:/',
'/0: Do you know the way to San Jose\\?/',
'/tokens:/',
Expand Down
2 changes: 1 addition & 1 deletion language/api/test/SentimentCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public function testSentimentFromStorageObject()
);

$output = $this->commandTester->getDisplay();
$this->assertRegExp('/sentiment: /', $output);
$this->assertRegExp('/sentiment/', $output);
}
}

0 comments on commit 5119853

Please sign in to comment.