Skip to content

Commit

Permalink
Merge pull request #56 from open-source-contributions/test_enhancement
Browse files Browse the repository at this point in the history
Using the assertGreaterThan assertion
  • Loading branch information
voku committed Apr 12, 2021
2 parents df347e0 + 8b84ed7 commit 14e3224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AsciiGlobalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function testCharsArray()

// ---

static::assertTrue(\count($arrayMore) > \count($array));
static::assertGreaterThan(\count($array), \count($arrayMore));
}

public function testFilterFile()
Expand Down

0 comments on commit 14e3224

Please sign in to comment.