From d15bbc0288cd3804ce2e1246de254af597f77f8e Mon Sep 17 00:00:00 2001 From: urimandujano Date: Fri, 19 Jan 2024 12:14:07 -0600 Subject: [PATCH] Update tests/test_events_replicator.py Co-authored-by: Alexander Streed --- tests/test_events_replicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_events_replicator.py b/tests/test_events_replicator.py index 65da9c0..6d27654 100644 --- a/tests/test_events_replicator.py +++ b/tests/test_events_replicator.py @@ -443,4 +443,4 @@ def event(*args, **kwargs): ), ] ) - # mock_watch.stop.assert_called_once_with() + mock_watch.stop.assert_called_once_with()