[ijent perf tests] AT-877 Draft of IJent JPS perf tests

GitOrigin-RevId: 457491a1c5901b1b0eb0fd0c637e666dc340cca2
This commit is contained in:
Nikita Kudrin
2024-07-01 17:21:41 +03:00
committed by intellij-monorepo-bot
parent c496b3b922
commit 0597868dbb

View File

@@ -102,7 +102,7 @@ private fun getSpans(file: Path): List<SpanData> {
val allSpans = spanData?.firstOrNull()?.spans
check(!allSpans.isNullOrEmpty()) {
"No spans was found"
"No spans were found"
}
return allSpans
}