Skip to content

Commit

Permalink
Fix import order in DefaultPoolTest
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveRandom committed Jul 1, 2018
1 parent 6401df2 commit 6339332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DefaultPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Amp\Delayed;
use Amp\Loop;
use Amp\Postgres\Pool;
use Amp\Postgres\ConnectionConfig;
use Amp\Postgres\Pool;
use PHPUnit\Framework\TestCase;

class DefaultPoolTest extends TestCase
Expand Down

0 comments on commit 6339332

Please sign in to comment.