Skip to content

Commit 4250253

Browse files
committed
Remove superfluous r
1 parent 0137470 commit 4250253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PromiseTest/RejectTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function rejectShouldThrowWhenCalledWithAFulfilledPromise()
5252
}
5353

5454
/** @test */
55-
public function rrejectShouldThrowWhenCalledWithARejectedPromise()
55+
public function rejectShouldThrowWhenCalledWithARejectedPromise()
5656
{
5757
$this->setExpectedException('\InvalidArgumentException');
5858

0 commit comments

Comments
 (0)