Skip to content

Commit e07a96f

Browse files
committed
Failing test after rebase
1 parent 87de370 commit e07a96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/TextUI/SourceFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public function testDeterminesWhetherFileIsIncluded(array $expectations, Source
422422
$this->assertFileExists($file);
423423
$this->assertSame(
424424
$shouldInclude,
425-
(new SourceFilter((new SourceMapper)->map($source)))->includes($file),
425+
(new SourceFilter($source))->includes($file),
426426
sprintf('expected match to return %s for: %s', json_encode($shouldInclude), $file),
427427
);
428428
}

0 commit comments

Comments
 (0)