ChangeIT: Remove unused local variable
Change-Id: I3be9493979bcab3460aa276419e206a7b29a4d09 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -1009,8 +1009,7 @@ public class ChangeIT extends AbstractDaemonTest {
|
|||||||
in.newBranch = true;
|
in.newBranch = true;
|
||||||
|
|
||||||
exception.expect(ResourceConflictException.class);
|
exception.expect(ResourceConflictException.class);
|
||||||
ChangeInfo info = gApi
|
gApi.changes()
|
||||||
.changes()
|
|
||||||
.create(in)
|
.create(in)
|
||||||
.get();
|
.get();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user