Newlines and spacing fixes.

This commit is contained in:
Erik C. Thauvin 2019-03-15 13:15:52 -07:00
parent 403f9a8f5f
commit 6d8a2c17b3
6 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@ val p = project {
}
kotlinCompiler {
//args("-source", "1.8")
//args("-source", "1.8")
}
application {

View file

@ -49,8 +49,8 @@ class PinboardPosterTest {
poster.apiToken = "foo"
Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
//poster.apiToken = "foo:TESTING"
//Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
// poster.apiToken = "foo:TESTING"
// Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
poster = PinboardPoster(localProps)
Assert.assertTrue(poster.addPin(url, desc), "apiToken: ${Constants.ENV_API_TOKEN}")