Skip to content

Commit

Permalink
Adjusted test for new scanner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Oct 23, 2019
1 parent e8def83 commit 5c23fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/AvailableScannersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AvailableScannersTest extends TestCase
/** @test */
public function a_collection_with_available_scanners_can_be_retrieved_from_config()
{
$this->assertCount(14, config('siwecos.scanners'));
$this->assertCount(15, config('siwecos.scanners'));

// filter all empty values
$availableScanners = array_filter(config('siwecos.scanners'));
Expand Down

0 comments on commit 5c23fe5

Please sign in to comment.