Skip to content

Commit 5097bfa

Browse files
committed
Align name
1 parent 6ba9086 commit 5097bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestUtils/WorkshopExerciseTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private function getOutputResult(): ResultGroupInterface
162162
return $results->values()->get(0);
163163
}
164164

165-
public function assertResultHasFailureAndMatches(string $resultClass, callable $matcher): void
165+
public function assertResultsHasFailureAndMatches(string $resultClass, callable $matcher): void
166166
{
167167
$failures = collect($this->results->getIterator()->getArrayCopy())
168168
->filter(function (ResultInterface $result) {

0 commit comments

Comments
 (0)