Skip to content

Commit

Permalink
Fix Assserting -> Asserting
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh committed Jun 16, 2024
1 parent e2c3efa commit 403a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Process/ProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ public function testBasicFakeAssertions()
});
}

public function testAsssertingThatNothingRan()
public function testAssertingThatNothingRan()
{
$factory = new Factory;

Expand Down

0 comments on commit 403a721

Please sign in to comment.