Skip to content

Commit 5028b00

Browse files
committed
Fix typo in test method name
1 parent 89dd223 commit 5028b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/React/Promise/PromiseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function shouldReject()
6565
}
6666

6767
/** @test */
68-
public function shouldProgres()
68+
public function shouldProgress()
6969
{
7070
$promise = new Promise(function($_, $_, $progress) use (&$notify) {
7171
$notify = $progress;

0 commit comments

Comments
 (0)