libeufin

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

commit 89cf52ad1d9f8ff130fb9e5499e51b7129c32dd9
parent b8783710556fb3eb7992a7d221d5eee60afe6a11
Author: MS <ms@taler.net>
Date:   Mon, 29 Jun 2020 15:35:59 +0200

comment

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

diff --git a/nexus/src/test/kotlin/DBTest.kt b/nexus/src/test/kotlin/DBTest.kt @@ -52,6 +52,7 @@ class DBTest { it[col1] = "foo" it[col2] = "bar" } + MyTable.insert { } // shouldn't it fail for non-NULL constraint violation? } } }