From d17183a152f51df4abad90bb70be4975810813e8 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 19 Nov 2018 12:42:54 -0500 Subject: [PATCH] Fixed broken sync module test --- tests/test_sync_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sync_module.py b/tests/test_sync_module.py index 206a962..07d654f 100644 --- a/tests/test_sync_module.py +++ b/tests/test_sync_module.py @@ -88,9 +88,9 @@ class TestBlinkSyncModule(unittest.TestCase): 'status': 'foobar'}}, {'event': True}, {}, + {}, {'devicestatus': {}}, None, - None, None ] self.blink.sync.start()