We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c9f73 commit 4b6ed63Copy full SHA for 4b6ed63
tests/VCS/Adapter/GitHubTest.php
@@ -123,7 +123,7 @@ public function testgetEvent(): void
123
124
$uninstallResult = $this->vcsAdapter->getEvent('installation', $payload_uninstall);
125
$this->assertSame('deleted', $uninstallResult['action']);
126
- $this->assertSame(1234, $uninstallResult['installationId']);
+ $this->assertSame('1234', $uninstallResult['installationId']);
127
}
128
129
public function testGetComment(): void
0 commit comments