removed assertion, test prettified

This commit is contained in:
Yaroslav Lepenkin
2016-05-31 17:05:06 +03:00
parent 32b3650040
commit eb93ea47aa
2 changed files with 23 additions and 23 deletions
@@ -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 }