Skip to content

Commit 1badf41

Browse files
committed
Fixing test method name for "Gravity
centrifuge tuning".
1 parent d1249d9 commit 1badf41

File tree

1 file changed

+1
-1
lines changed
  • tests/Community/Training/Medium/GravityCentrifugeTuning

1 file changed

+1
-1
lines changed

tests/Community/Training/Medium/GravityCentrifugeTuning/CGTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function setUp(): void
2626
*
2727
* @group gravityCentrifugeTuning_tumble
2828
*/
29-
public function testCanExecuteTest1(): void
29+
public function testCanExecuteTumble(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - tumble.txt',

0 commit comments

Comments
 (0)