mirror of
https://github.com/danog/amp.git
synced 2024-12-04 02:17:54 +01:00
Fix code style
This commit is contained in:
parent
e26a1123e9
commit
fb7e5b69a9
@ -31,8 +31,10 @@ class SomeTest extends TestCase
|
|||||||
|
|
||||||
public function testTwoFirstThrowing(): void
|
public function testTwoFirstThrowing(): void
|
||||||
{
|
{
|
||||||
self::assertSame(['two' => 2],
|
self::assertSame(
|
||||||
some(['one' => Future::error(new \Exception('foo')), 'two' => Future::complete(2)], 1));
|
['two' => 2],
|
||||||
|
some(['one' => Future::error(new \Exception('foo')), 'two' => Future::complete(2)], 1)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testTwoBothThrowing(): void
|
public function testTwoBothThrowing(): void
|
||||||
|
Loading…
Reference in New Issue
Block a user