Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wbloszyk committed Jan 11, 2021
1 parent cc9ca53 commit 06e6879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Templating/MutableTemplateRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testGetTemplates(): void
];

$this->templateRegistry->setTemplates($templates);
$this->assertSame($templates, $this->templateRegistry->getTemplates());
$this->assertSame(array_merge(['list' => '@FooAdmin/CRUD/list.html.twig'], $templates), $this->templateRegistry->getTemplates());
}

/**
Expand Down

0 comments on commit 06e6879

Please sign in to comment.