Newlines and spacing fixes.
This commit is contained in:
parent
403f9a8f5f
commit
6d8a2c17b3
6 changed files with 8 additions and 8 deletions
|
@ -63,7 +63,7 @@ val p = project {
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlinCompiler {
|
kotlinCompiler {
|
||||||
//args("-source", "1.8")
|
//args("-source", "1.8")
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
|
|
@ -49,8 +49,8 @@ class PinboardPosterTest {
|
||||||
poster.apiToken = "foo"
|
poster.apiToken = "foo"
|
||||||
Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
|
Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
|
||||||
|
|
||||||
//poster.apiToken = "foo:TESTING"
|
// poster.apiToken = "foo:TESTING"
|
||||||
//Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
|
// Assert.assertFalse(poster.addPin(url, desc), "apiToken: ${poster.apiToken}")
|
||||||
|
|
||||||
poster = PinboardPoster(localProps)
|
poster = PinboardPoster(localProps)
|
||||||
Assert.assertTrue(poster.addPin(url, desc), "apiToken: ${Constants.ENV_API_TOKEN}")
|
Assert.assertTrue(poster.addPin(url, desc), "apiToken: ${Constants.ENV_API_TOKEN}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue