use autovalue for BenchmarkInputParcel

This commit is contained in:
Vincent Breitmoser
2017-05-22 11:26:54 +02:00
parent f1cf759e0a
commit 81bceb9e16
3 changed files with 9 additions and 29 deletions

View File

@@ -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);
}
}