Skip to content

Commit

Permalink
Upgrade jars
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed Dec 9, 2020
1 parent 88bb071 commit 0623058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
readingbat_version=de6dfa5
utils_version=c0274f9
4 changes: 2 additions & 2 deletions test/ContentTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ContentTests : StringSpec({
forEachChallenge {
answerAllWith(this@withTestApplication, "") {
answerStatus shouldBe NOT_ANSWERED
message.shouldBeBlank()
hint.shouldBeBlank()
}

answerAllWith(this@withTestApplication, "wrong answer") {
Expand All @@ -56,7 +56,7 @@ class ContentTests : StringSpec({

answerAllWithCorrectAnswer(this@withTestApplication) {
answerStatus shouldBe CORRECT
message.shouldBeBlank()
hint.shouldBeBlank()
}
}
}
Expand Down

0 comments on commit 0623058

Please sign in to comment.