We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ae3a4 commit b687a16Copy full SHA for b687a16
tests/Unit/Jobs/UpdateSiteTest.php
@@ -58,7 +58,7 @@ public function testJobQuitsIfNoUpdateIsAvailable()
58
$this->assertTrue(true);
59
}
60
61
- public function testJobQuitsIfAvailabelUpdateDoesNotMatchTargetVersion()
+ public function testJobQuitsIfAvailableUpdateDoesNotMatchTargetVersion()
62
{
63
$site = $this->getSiteMock(
64
[
0 commit comments