You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/MessageDispatcherTest.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ public void run() {
56
56
privateList<String> sentAcks;
57
57
privateList<ModAckItem> sentModAcks;
58
58
privateFakeClockclock;
59
+
privateFlowControllerflowController;
59
60
60
61
@AutoValue
61
62
abstractstaticclassModAckItem {
@@ -101,6 +102,12 @@ public void sendAckOperations(
0 commit comments