Skip to content

Commit

Permalink
fix: method name
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 6, 2024
1 parent 571dfab commit 1346a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function iSendAFileToBeSigned(TableNode $body): void {
/**
* @When follow the link on opened email
*/
public function iDoSomethingWithTheOpenedEmail(): void {
public function followTheLinkOnOpenedEmail(): void {
if (!$this->openedEmailStorage->hasOpenedEmail()) {
throw new RuntimeException('No email opened, unable to do something!');
}
Expand Down

0 comments on commit 1346a66

Please sign in to comment.