Skip to content

Commit

Permalink
test: Add missing import for the AirQuality class and remove useless …
Browse files Browse the repository at this point in the history
…assertion

Signed-off-by: Sacha Telgenhof <[email protected]>
  • Loading branch information
stelgenhof committed Jan 22, 2024
1 parent 906a83e commit b73ff68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/WAQITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Azuyalabs\WAQI\Exceptions\InvalidAccessToken;
use Azuyalabs\WAQI\Exceptions\QuotaExceeded;
use Azuyalabs\WAQI\Exceptions\UnknownStation;
use Azuyalabs\WAQI\WAQI;
use Azuyalabs\WAQI\AirQuality;
use Faker\Factory;
use Faker\Generator;
use Mockery\LegacyMockInterface;
Expand Down Expand Up @@ -506,6 +506,5 @@ private function assertNoPollutantReading(string $method): void
$result = $this->waqi->$method();

$this->assertNull($result);
$this->assertEmpty($result);
}
}

0 comments on commit b73ff68

Please sign in to comment.