gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: remove unused imports


From: gnunet
Subject: [libeufin] branch master updated: remove unused imports
Date: Fri, 06 Dec 2019 23:01:50 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 2f7ef86  remove unused imports
2f7ef86 is described below

commit 2f7ef86f14392725ecaca4751a87800e568f64bb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 6 23:01:43 2019 +0100

    remove unused imports
---
 sandbox/src/test/kotlin/DbTest.kt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sandbox/src/test/kotlin/DbTest.kt 
b/sandbox/src/test/kotlin/DbTest.kt
index 0bffc83..16e7a0a 100644
--- a/sandbox/src/test/kotlin/DbTest.kt
+++ b/sandbox/src/test/kotlin/DbTest.kt
@@ -6,9 +6,7 @@ import org.jetbrains.exposed.sql.SchemaUtils
 import org.jetbrains.exposed.sql.transactions.transaction
 import org.joda.time.DateTime
 import org.junit.Before
-import org.junit.Rule
 import org.junit.Test
-import org.junit.rules.ExpectedException
 import java.io.ByteArrayOutputStream
 import java.io.PrintStream
 import java.math.BigDecimal
@@ -20,8 +18,6 @@ import kotlin.test.assertFailsWith
 import kotlin.test.assertTrue
 
 
-
-
 class DbTest {
 
     @Before
@@ -43,7 +39,6 @@ class DbTest {
     fun goodAmount() {
 
         transaction {
-
             BankTransactionEntity.new {
                 amount = Amount("1")
                 counterpart = "IBAN"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]