Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
[BUGFIX] Change 2 to 1 as it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
Woeler committed May 14, 2019
1 parent ac84e95 commit ab1d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PricesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function setUp()
public function testSearch()
{
$items = $this->api->search('grain solvent');
$this->assertEquals(2, count($items));
$this->assertEquals(1, count($items));

$items = $this->api->search('skjdgkjdsjn kjsdjnkgd');
$this->assertEquals(0, count($items));
Expand Down

0 comments on commit ab1d8e1

Please sign in to comment.