Skip to content

Commit

Permalink
The Stat class is now reported as required data class instead of Stat…
Browse files Browse the repository at this point in the history
…Service.
  • Loading branch information
VeMike committed Jul 7, 2024
1 parent b10a468 commit c1d1d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Test {

history = invokeData.method.invoke(invokeData.instance).toString()
if ("jetbrains.kotlin.course.card.trainer.stat.Stat" in history) {
assert(false) { "The ${statServiceTestClass.name} should be a data class!" }
assert(false) { "The ${statTestClass.name} should be a data class!" }
}
assert(
actualHistory.reversed().toString() == history
Expand Down

0 comments on commit c1d1d34

Please sign in to comment.