tests: updates snapshots

This commit is contained in:
Nuno Maduro
2021-05-23 22:02:06 +01:00
parent dd24b7e347
commit 6c6bba2a04
2 changed files with 6 additions and 5 deletions

View File

@ -111,7 +111,7 @@ final class Datasets
{
$exporter = new Exporter();
if(is_int($key)){
if (is_int($key)) {
return \sprintf(' with (%s)', $exporter->shortenedRecursiveExport($data));
}