Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b4da3ec authored by Bo Majewski's avatar Bo Majewski Committed by Android (Google) Code Review
Browse files

Merge "[DocsUI, Search]: Fix failing DocumentsUIUnitTests" into main

parents fb122a0d b0194712
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -56,8 +56,7 @@ data class LoaderTestParams(
    override fun toString(): String {
        var base = "query '$query'"
        if (lastModifiedDelta != null) {
            val durationInMs = lastModifiedDelta.toSeconds()
            base = "$base, modified in the last ${durationInMs}s"
            base = "$base, modified in the last $lastModifiedDelta"
        }
        if (!otherArgs.isEmpty) {
            base = "$base, and $otherArgs"