use autovalue for BenchmarkInputParcel

This commit is contained in:
Vincent Breitmoser
2017-05-25 15:42:24 +02:00
parent f1cf759e0a
commit 81bceb9e16
3 changed files with 9 additions and 29 deletions
@@ -49,7 +49,7 @@ public class BenchmarkOperationTest {
BenchmarkOperation op = new BenchmarkOperation(RuntimeEnvironment.application,
KeyWritableRepository.createDatabaseReadWriteInteractor(RuntimeEnvironment.application), null);
op.execute(new BenchmarkInputParcel(), null);
op.execute(BenchmarkInputParcel.newInstance(), null);
}
}