mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 23:08:31 +01:00
remove test case
This commit is contained in:
parent
39f4e30a83
commit
128adb01e8
1 changed files with 0 additions and 9 deletions
|
@ -63,13 +63,4 @@ class Int32Test extends FlatSpec with MustMatchers {
|
|||
it must "have the correct maximum number representation" in {
|
||||
Int32.max.underlying must be (2147483647)
|
||||
}
|
||||
|
||||
/* it must "intercept illegal argument exceptions when casting integer below minimum and above maximum values" in {
|
||||
intercept[IllegalArgumentException] {
|
||||
Int32(Int.MaxValue + 1)
|
||||
}
|
||||
intercept[IllegalArgumentException] {
|
||||
Int32(Int.MinValue - 1)
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue