Skip to content

Commit

Permalink
Fix: Unwrap data set name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Nov 29, 2021
1 parent ee813b3 commit ab9706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/Value/Test/TestMethod.php
Expand Up @@ -137,7 +137,7 @@ public function name(): string
return $this->methodName;
}

$dataSetName = $this->testData->dataFromDataProvider();
$dataSetName = $this->testData->dataFromDataProvider()->dataSetName();

if (is_int($dataSetName)) {
$dataSetName = sprintf(
Expand Down

0 comments on commit ab9706f

Please sign in to comment.