Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhanovichA committed May 6, 2024
1 parent f25d90b commit 1508e93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/unit/model/Service/ConcurringSessionServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,10 @@ public function testPauseActiveDeliveryExecutionsForUser()
{
$this->featureFlagChecker
->method('isEnabled')
->withConsecutive(['FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS'], ['FEATURE_FLAG_MAINTAIN_RESTARTED_DELIVERY_EXECUTION_STATE'])
->withConsecutive(
['FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS'],
['FEATURE_FLAG_MAINTAIN_RESTARTED_DELIVERY_EXECUTION_STATE']
)
->willReturn(true);

$otherDeliveryResource = $this->createMock(core_kernel_classes_Resource::class);
Expand Down

0 comments on commit 1508e93

Please sign in to comment.