Skip to content

Commit

Permalink
ci: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jul 25, 2021
1 parent 7ee34e0 commit b7caec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DependencyInjectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DependencyInjectionTest extends TestCase
{
public function testCompiled(): void
{
$container = DependencyInjection::getContainer();
$container = DependencyInjection::getContainer('__VERSION__');
static::assertTrue($container->isCompiled());

static::assertNotEmpty($container->findTaggedServiceIds('console.command'));
Expand Down

0 comments on commit b7caec1

Please sign in to comment.