commit | 500e43dcf574b896b9ed9399827295db7d0a2c82 | [log] [tgz] |
---|---|---|
author | Misha Wagner <mishaw@google.com> | Fri Jun 18 08:41:48 2021 +0100 |
committer | Misha Wagner <mishaw@google.com> | Mon Sep 20 18:16:00 2021 +0000 |
tree | bacd136ceebc712fb979ef90a12231be3c73d66e | |
parent | 21cb293e884c1d2bfc60bc9f4252253eac77d419 [diff] |
Fix CacheOomRankerTest. These tests were using `assertThat(x).containsExactly(y)`, which does not check for order. We need to append `.inOrder()`. This exposes a couple of other issues in the tests (but fortunately none in the actual code!). Test: atest CacheOomRankerTest Bug: 191357172 Change-Id: I9facbdaf3b1fe7c91f5e387e7c44a9b1e9be2d6f Merged-In: I9facbdaf3b1fe7c91f5e387e7c44a9b1e9be2d6f (cherry picked from commit 44993614def14430633944bd18bf578c47337922)