Add a command to clear IAP issued receipt count

Co-authored-by: Katherine <katherine@signal.org>
This commit is contained in:
ravi-signal
2025-09-10 11:00:02 -05:00
committed by GitHub
parent 61b162d0a1
commit c544628dfe
8 changed files with 153 additions and 1 deletions

View File

@@ -83,6 +83,9 @@ class FinishPushNotificationExperimentCommandTest {
null,
null,
null,
null,
null,
null,
null);
//noinspection unchecked

View File

@@ -65,6 +65,9 @@ class NotifyIdleDevicesCommandTest {
null,
null,
null,
null,
null,
null,
null);
this.idleDeviceNotificationScheduler = idleDeviceNotificationScheduler;

View File

@@ -50,6 +50,9 @@ class RegenerateSecondaryDynamoDbTableDataCommandTest {
null,
null,
null,
null,
null,
null,
dynamoDbRecoveryManager);
namespace = new Namespace(Map.of(

View File

@@ -72,6 +72,9 @@ class StartPushNotificationExperimentCommandTest {
null,
null,
null,
null,
null,
null,
null);
}