diff --git a/src/test/kotlin/net/thauvin/erik/mobibot/modules/GoogleSearchTest.kt b/src/test/kotlin/net/thauvin/erik/mobibot/modules/GoogleSearchTest.kt index 2dca819..4d8abd5 100644 --- a/src/test/kotlin/net/thauvin/erik/mobibot/modules/GoogleSearchTest.kt +++ b/src/test/kotlin/net/thauvin/erik/mobibot/modules/GoogleSearchTest.kt @@ -47,9 +47,9 @@ class GoogleSearchTest : LocalProperties() { val apiKey = getProperty(GoogleSearch.GOOGLE_API_KEY_PROP) val cseKey = getProperty(GoogleSearch.GOOGLE_CSE_KEY_PROP) try { - var messages = searchGoogle("mobibot site:github.com", apiKey, cseKey) - assertThat(messages).`as`("mobibot results not empty").isNotEmpty - assertThat(messages[0].msg).`as`("found mobitopia").contains("mobibot") + var messages = searchGoogle("mobitopia", apiKey, cseKey) + assertThat(messages).`as`("mobitopia results not empty").isNotEmpty + assertThat(messages[0].msg).`as`("found freenode").contains("freenode") messages = searchGoogle("aapl", apiKey, cseKey) assertThat(messages).`as`("aapl results not empty").isNotEmpty assertThat(messages[0].msg).`as`("found apple").containsIgnoringCase("apple") diff --git a/version.properties b/version.properties index cb3f1db..2fc39d3 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ #Generated by the Semver Plugin for Gradle -#Tue May 04 11:01:30 PDT 2021 -version.buildmeta=610 +#Tue May 04 17:52:51 PDT 2021 +version.buildmeta=618 version.major=0 version.minor=8 version.patch=0 version.prerelease=beta version.project=mobibot -version.semver=0.8.0-beta+610 +version.semver=0.8.0-beta+618