mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Removed redundant file.
This commit is contained in:
parent
acaa9f82a5
commit
cf4b91d7c7
@ -1,14 +0,0 @@
|
|||||||
package com.r3corda.core.math
|
|
||||||
|
|
||||||
import org.junit.Test
|
|
||||||
|
|
||||||
import org.junit.Assert.*
|
|
||||||
import java.math.BigDecimal
|
|
||||||
|
|
||||||
class Utils {
|
|
||||||
@Test
|
|
||||||
fun sum() {
|
|
||||||
val calculated = listOf(BigDecimal.valueOf(1.0), BigDecimal.valueOf(5.0)).sum()
|
|
||||||
assert(calculated == BigDecimal.valueOf(6.0))
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user