Bumped Kotlin extension to version 0.9.8

This commit is contained in:
Erik C. Thauvin 2024-05-27 18:09:50 -07:00
parent e0ed72d8a2
commit bc8f5d7670
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 3 additions and 4 deletions

View file

@ -80,7 +80,6 @@ class CryptoPriceTest {
prop(CryptoPrice::currency).isEqualTo("EUR")
prop(CryptoPrice::amount).isGreaterThan(BigDecimal(0))
}
}
}