Skip to content

Commit

Permalink
Duplicate removal testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 14, 2024
1 parent dd449e9 commit e425560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Illuminator/IlluminatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testIlluminate() {
$path = TEST_FILES;
$count = $this->illuminator->illuminate($path, null);

$this->assertSame(10, $count);
$this->assertSame(11, $count);

$out = $this->out->output();

Expand Down

0 comments on commit e425560

Please sign in to comment.