From 0623058b2aac1868cb8851a019db00fba7e0e805 Mon Sep 17 00:00:00 2001 From: pambrose Date: Tue, 8 Dec 2020 20:54:39 -0800 Subject: [PATCH] Upgrade jars --- gradle.properties | 4 ++-- test/ContentTests.kt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index e872937..4ae63e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ kotest_version=4.3.1 ktor_version=1.4.2 logback_version=1.2.3 logging_version=2.0.3 -readingbat_version=5f4bf6a -utils_version=5e79054 \ No newline at end of file +readingbat_version=de6dfa5 +utils_version=c0274f9 \ No newline at end of file diff --git a/test/ContentTests.kt b/test/ContentTests.kt index 35ca0c3..d943204 100644 --- a/test/ContentTests.kt +++ b/test/ContentTests.kt @@ -47,7 +47,7 @@ class ContentTests : StringSpec({ forEachChallenge { answerAllWith(this@withTestApplication, "") { answerStatus shouldBe NOT_ANSWERED - message.shouldBeBlank() + hint.shouldBeBlank() } answerAllWith(this@withTestApplication, "wrong answer") { @@ -56,7 +56,7 @@ class ContentTests : StringSpec({ answerAllWithCorrectAnswer(this@withTestApplication) { answerStatus shouldBe CORRECT - message.shouldBeBlank() + hint.shouldBeBlank() } } }