Skip to content

Commit

Permalink
Merge pull request #92 from creative-commoners/pulls/2.1/remove-todo
Browse files Browse the repository at this point in the history
MNT Remove TODO Comments
  • Loading branch information
GuySartorelli authored Oct 19, 2023
2 parents 8f73e6f + c7283cc commit 6ac0354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ErrorPageFileExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function tearDown(): void
{
Versioned::set_reading_mode($this->versionedMode);
TestAssetStore::reset();
parent::tearDown(); // TODO: Change the autogenerated stub
parent::tearDown();
}

public function testErrorPage()
Expand Down

0 comments on commit 6ac0354

Please sign in to comment.