mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
fix inconsistency in dataset spelling
This commit is contained in:
@ -235,6 +235,6 @@ final class DatasetsRepository
|
||||
return sprintf('(%s)', $exporter->shortenedRecursiveExport($data));
|
||||
}
|
||||
|
||||
return sprintf('data set "%s"', $key);
|
||||
return sprintf('dataset "%s"', $key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user