Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 9cb6d84

Browse files
committed
Update generated tests counter in InteractsWithFilesystem
1 parent fd0def5 commit 9cb6d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/Commands/InteractsWithFilesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function generateTestsForSelectedResource(string $resource, ?string $p
6363

6464
$this->generatedFiles[$panelKey][$resource] = [
6565
'path' => $filePath,
66-
'num_tests' => BaseTest::getGeneratedTestsCounter(),
66+
'num_tests' => $renderResult['num_tests'],
6767
];
6868

6969
}

0 commit comments

Comments
 (0)