Extract a type for sets of reviewers, and store timestamp
Change-Id: I946b3d89ff9b77a2eecb077b7c76735a8511eab1
This commit is contained in:
@@ -298,7 +298,7 @@ public class PushOneCommit {
|
||||
throws OrmException, NoSuchChangeException {
|
||||
Iterable<Account.Id> actualIds = approvalsUtil
|
||||
.getReviewers(db, notesFactory.createChecked(db, c))
|
||||
.values();
|
||||
.all();
|
||||
assertThat(actualIds).containsExactlyElementsIn(
|
||||
Sets.newHashSet(TestAccount.ids(expectedReviewers)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user