format
This commit is contained in:
parent
012f5d9da8
commit
636e1da7d8
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ class ImageBanTest extends ShimmiePHPUnitTestCase
|
|||
$this->assertEquals(200, $page->code);
|
||||
}
|
||||
|
||||
public function onNotSuccessfulTest(\Throwable $t): void {
|
||||
public function onNotSuccessfulTest(\Throwable $t): void
|
||||
{
|
||||
send_event(new RemoveImageHashBanEvent($this->hash));
|
||||
parent::onNotSuccessfulTest($t); // TODO: Change the autogenerated stub
|
||||
}
|
||||
|
|
Reference in a new issue