Skip to content

Commit b687a16

Browse files
authored
[TYPO] Update UpdateSiteTest.php (#24)
simple typo fix
1 parent 57ae3a4 commit b687a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Jobs/UpdateSiteTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testJobQuitsIfNoUpdateIsAvailable()
5858
$this->assertTrue(true);
5959
}
6060

61-
public function testJobQuitsIfAvailabelUpdateDoesNotMatchTargetVersion()
61+
public function testJobQuitsIfAvailableUpdateDoesNotMatchTargetVersion()
6262
{
6363
$site = $this->getSiteMock(
6464
[

0 commit comments

Comments
 (0)