Skip to content

Commit 32c0ccf

Browse files
author
Masiukevich Maksim
committed
fix tests
1 parent 127ee68 commit 32c0ccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Interaction/InteractionsProviderTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ function (): \Generator
6363

6464
self::assertInstanceOf(Fail::class, $result);
6565
self::assertSame('Method TestMethod not exists', $result->errorMessage);
66+
67+
Loop::stop();
6668
}
6769
);
6870
}

0 commit comments

Comments
 (0)