Skip to content

Commit 53b9855

Browse files
chore: fix SyncSourceError test class to implement active_partitions_handler
Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
1 parent ec462cb commit 53b9855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/pynumaflow/tests/source

packages/pynumaflow/tests/source/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def nack_handler(self, nack_request: NackRequest):
108108
def pending_handler(self) -> PendingResponse:
109109
return PendingResponse(count=10)
110110

111-
def partitions_handler(self) -> PartitionsResponse:
111+
def active_partitions_handler(self) -> PartitionsResponse:
112112
return PartitionsResponse(partitions=mock_partitions())
113113

114114

0 commit comments

Comments
 (0)