Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSampo committed Jun 18, 2024
1 parent 1aa8905 commit 94ca090
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/Pages/PageResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ public function can_get_the_templates_name_as_the_resource_subtitle()
public function can_get_a_fresh_instance_of_the_model_represented_by_the_resource()
{
$this->assertInstanceOf(Manager::class, PageResource::newModel());

$this->expectException(TemplateNotFoundException::class);
request()->resourceId = 'route.test';
PageResource::newModel();
}

/** @test */
Expand Down

0 comments on commit 94ca090

Please sign in to comment.