Cleanup.
This commit is contained in:
parent
4caeababe8
commit
9d483eccf4
3 changed files with 3 additions and 3 deletions
|
@ -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() }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue