Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
update work with mutexes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Jan 12, 2020
1 parent 73f7fbb commit 8d3ac8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tests/SagasProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
namespace ServiceBus\Sagas\Module\Tests;

use Amp\Loop;
use function Amp\call;
use function Amp\Promise\wait;
use function ServiceBus\Common\writeReflectionPropertyValue;
use PHPUnit\Framework\TestCase;
Expand Down Expand Up @@ -174,7 +173,7 @@ function (): \Generator
*
* @throws \Throwable
*/
public function startDuplicate(): \Generator
public function startDuplicate(): void
{
Loop::run(
function (): \Generator
Expand Down

0 comments on commit 8d3ac8f

Please sign in to comment.