Skip to content

Commit

Permalink
Remove dead assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 30, 2023
1 parent 983d153 commit 852ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Controller/DiscoPowerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function testDiscoPowerReturnUrlDisallowed(): void
// All exceptions in this stage are flattened into DISCOPARAMS
$this->expectException(Error\Error::class);
$this->expectExceptionMessage("DISCOPARAMS");
$r = $c->main($request);
$c->main($request);
}

public function testTablistJson(): void
Expand Down

0 comments on commit 852ed58

Please sign in to comment.