Skip to content

Commit b2c6d83

Browse files
committed
cs
1 parent 69b3cbb commit b2c6d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Exercise/ThrowAnExpressionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testThrowingWrongException(): void
2929
$this->assertVerifyWasNotSuccessful();
3030

3131
$output = $this->getOutputResult();
32-
32+
3333
self::assertInstanceOf(GenericFailure::class, $output->getResults()[0]);
3434
self::assertInstanceOf(Success::class, $output->getResults()[1]);
3535

0 commit comments

Comments
 (0)