Skip to content

Commit

Permalink
Removed redundant assertIsString
Browse files Browse the repository at this point in the history
Unless the return type of of Gravity class' validate function is changed, this will always be a string.
  • Loading branch information
JeffAlyanak committed Dec 12, 2019
1 parent 31a8eeb commit 8e5d443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/GravityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function testGravity($gravity): void

$validatedGravity = $gravity->validate();

static::assertIsString($validatedGravity);
static::assertNotEmpty($validatedGravity);

$command = new Command(IMAGEMAGICK_DIR);
Expand Down

0 comments on commit 8e5d443

Please sign in to comment.