File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
postgresql-async/src/test/scala/com/github/mauricio/async/db/postgresql/pool Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ package com.github.mauricio.async.db.postgresql.pool
19
19
import java .util .UUID
20
20
21
21
import com .github .mauricio .async .db .pool .{ConnectionPool , PoolConfiguration }
22
+ import com .github .mauricio .async .db .postgresql .exceptions .GenericDatabaseException
22
23
import com .github .mauricio .async .db .postgresql .{PostgreSQLConnection , DatabaseTestHelper }
23
24
import org .specs2 .mutable .Specification
24
25
@@ -76,9 +77,8 @@ class ConnectionPoolSpec extends Specification with DatabaseTestHelper {
76
77
}
77
78
}
78
79
79
- val resultSets = await(operations)
80
+ await(operations) must throwA[ GenericDatabaseException ]
80
81
81
- resultSets.size mustEqual(2 )
82
82
}
83
83
84
84
}
You can’t perform that action at this time.
0 commit comments