This commit is contained in:
Erik C. Thauvin 2021-05-10 15:36:11 -07:00
parent 4caeababe8
commit 9d483eccf4
3 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ class CryptoPriceTest {
assertFailsWith(
message = "no base did not fail",
exceptionClass = CryptoException::class,
block = { json.replace("base","food").toPrice() }
block = { json.replace("base","foo").toPrice() }
)
}
}