mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
removed assertion, test prettified
This commit is contained in:
@@ -101,7 +101,6 @@ class RecentTestsData {
|
||||
}
|
||||
|
||||
fun getTestsToShow(): List<RecentTestsPopupEntry> {
|
||||
assert(unmatchedRunConfigurationTests.isEmpty())
|
||||
val allEntries: List<RecentTestsPopupEntry> = runConfigurationSuites.values + urlSuites
|
||||
return allEntries
|
||||
.sortedByDescending { it.runDate }
|
||||
|
||||
Reference in New Issue
Block a user