Skip to content

Commit

Permalink
Removed irrelevant assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Jun 11, 2021
1 parent d37a223 commit f0a1f35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public function testLazyServicesAreNotDuplicated(): void
{
$context = new ResponseContext();

$this->assertFalse($context->has(HtmlHeadBag::class));

$context->addLazy(ResponseHeaderBag::class, static function () { return new ResponseHeaderBag(); });

$this->assertTrue($context->has(ResponseHeaderBag::class));
Expand Down

0 comments on commit f0a1f35

Please sign in to comment.