Remove ReviewDb parameter from PushOneCommit.Factory methods
Change-Id: I81d26afc961496afbbeceabd304469e9613871b8 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
committed by
Dave Borowitz
parent
7697a556b8
commit
53cd95966f
@@ -459,7 +459,7 @@ public abstract class AbstractNotificationTest extends AbstractDaemonTest {
|
||||
}
|
||||
setApiUser(owner);
|
||||
repo = cloneProject(project, owner);
|
||||
PushOneCommit push = pushFactory.create(db, owner.getIdent(), repo);
|
||||
PushOneCommit push = pushFactory.create(owner.getIdent(), repo);
|
||||
result = push.to(ref);
|
||||
result.assertOkStatus();
|
||||
changeId = result.getChangeId();
|
||||
|
||||
Reference in New Issue
Block a user