Remove more usage of AutoValue (#2432)

This PR also removes `SerializedForm` used to serialize
`PendingDeposit`, as it is now a simple record.
This commit is contained in:
Lai Jiang
2024-05-08 00:50:01 +00:00
committed by GitHub
parent ca072b4861
commit 73d3b76a89
13 changed files with 144 additions and 230 deletions
@@ -47,11 +47,9 @@ class BsaDiffCreatorTest {
@Mock GcsClient gcsClient;
@SuppressWarnings("DoNotMockAutoValue")
@Mock
DownloadSchedule schedule;
@SuppressWarnings("DoNotMockAutoValue")
@Mock
CompletedJob completedJob;
@@ -60,7 +60,6 @@ class LabelDiffUpdatesTest {
@Mock IdnChecker idnChecker;
@SuppressWarnings("DoNotMockAutoValue")
@Mock
DownloadSchedule schedule;