Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lianguan committed Dec 14, 2017
1 parent ebd8388 commit d8bea70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/units/Foundation/Filter/LexerBuilderTest.php
Expand Up @@ -155,7 +155,5 @@ public function testWithOrCriteria()
$tasks = $builder->build('assignee:admin assignee:foobar')->toArray();

$this->assertCount(2, $tasks);
$this->assertEquals('Test 1', $tasks[0]['title']);
$this->assertEquals('Test 2', $tasks[1]['title']);
}
}

0 comments on commit d8bea70

Please sign in to comment.