libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 5b660e16c3b0bcc70eb5e6447f82afba92bac79c
parent a5c17f1b04f96d8c9488808f29d32e8305a84b52
Author: MS <ms@taler.net>
Date:   Wed, 22 Jul 2020 22:24:52 +0200

enable test

Diffstat:
Mnexus/src/test/kotlin/DBTest.kt | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nexus/src/test/kotlin/DBTest.kt b/nexus/src/test/kotlin/DBTest.kt @@ -37,8 +37,7 @@ object MyTable : Table() { } class DBTest { - // @Test(expected = ExposedSQLException::class) - @Test + @Test(expected = ExposedSQLException::class) fun sqlDslTest() { withTestDatabase { transaction {