Skip to content

Commit f97ef09

Browse files
committed
Remove unnecessary assertions
1 parent 629c2c0 commit f97ef09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/src/Controller/MetaEditorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function getAttributes(): array
9292
$response = $c->main($request);
9393

9494
$this->assertTrue($response->isSuccessful());
95-
$this->assertInstanceOf(Template::class, $response);
9695
}
9796

9897

@@ -125,7 +124,6 @@ public function getAttributes(): array
125124
$response = $c->edit($request);
126125

127126
$this->assertTrue($response->isSuccessful());
128-
$this->assertInstanceOf(Template::class, $response);
129127
}
130128

131129

@@ -140,7 +138,6 @@ public function testImport(): void
140138
$response = $c->import();
141139

142140
$this->assertTrue($response->isSuccessful());
143-
$this->assertInstanceOf(Template::class, $response);
144141
}
145142

146143

0 commit comments

Comments
 (0)