Skip to content

Commit

Permalink
fix: code style and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhanovichA committed May 6, 2024
1 parent 8dd5a11 commit f25d90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Container/TestQtiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function __invoke(ContainerConfigurator $configurator): void
service(RuntimeService::SERVICE_ID),
service(DeliveryExecutionService::SERVICE_ID),
service(FeatureFlagChecker::class),
service(StateServiceInterface::class),
service(StateServiceInterface::SERVICE_ID),
]
);
}
Expand Down

0 comments on commit f25d90b

Please sign in to comment.