Skip to content

Commit 4c63b26

Browse files
committed
Make function easier to read
1 parent f88b73d commit 4c63b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapp/tests/Unit/Command/ResetUserPasswordCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public function testNonExistingUser(): void
9090
self::assertThat(
9191
$statusCode,
9292
$this->logicalNot($this->equalTo(new CommandIsSuccessful())),
93-
'Command should fail with missing parameters.');
93+
'Command should fail with missing parameters.'
94+
);
9495
$output = $this->commandTester->getDisplay();
9596
$this->assertStringContainsString('[ERROR] Can not find user with username '.$user, $output);
9697
}

0 commit comments

Comments
 (0)