Skip to content

Commit

Permalink
Fix the CPUCoreCounter test case name (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 4, 2022
1 parent c68c749 commit 854f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CpuCounterTest.php → tests/CpuCoreCounterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @internal
*/
final class CpuCounterTest extends TestCase
final class CpuCoreCounterTest extends TestCase
{
public function test_it_can_get_the_number_of_cpu_cores(): void
{
Expand Down

0 comments on commit 854f92d

Please sign in to comment.