Added CallResponse and Bitlinks.udpate().

This commit is contained in:
Erik C. Thauvin 2020-03-03 13:25:04 -08:00
parent 318409cb2f
commit 4ca3773fe9
19 changed files with 32 additions and 18 deletions

View file

@ -141,7 +141,7 @@ class BitlyTest {
@Test
fun `update bitlink`() {
assertEquals(
true.toString(),
Constants.TRUE,
bitly.bitlinks().update(shortUrl, title = "Erik's Weblog", tags = arrayOf("blog", "weblog"))
)
}