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 fd34802..f2fec0b 100644 --- a/src/test/kotlin/net/thauvin/erik/mobibot/modules/GoogleSearchTest.kt +++ b/src/test/kotlin/net/thauvin/erik/mobibot/modules/GoogleSearchTest.kt @@ -49,7 +49,7 @@ class GoogleSearchTest : LocalProperties() { try { var messages = searchGoogle("mobitopia", apiKey, cseKey) assertThat(messages).describedAs("mobitopia results not empty").isNotEmpty - assertThat(messages[0].msg).describedAs("found freenode").contains("freenode") + assertThat(messages[0].msg).describedAs("found mobibtopia").contains("mobitopia") messages = searchGoogle("aapl", apiKey, cseKey) assertThat(messages).describedAs("aapl results not empty").isNotEmpty assertThat(messages[0].msg).describedAs("found apple").containsIgnoringCase("apple") diff --git a/version.properties b/version.properties index aeb3fb7..bec7ede 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ #Generated by the Semver Plugin for Gradle -#Tue May 11 13:27:24 PDT 2021 -version.buildmeta=728 +#Tue May 11 17:49:06 PDT 2021 +version.buildmeta=730 version.major=0 version.minor=8 version.patch=0 version.prerelease=beta version.project=mobibot -version.semver=0.8.0-beta+728 +version.semver=0.8.0-beta+730