Skip to content

Commit

Permalink
fix test handler
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed May 5, 2023
1 parent fbdb3e9 commit 4bfce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-workflows/tests/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def test_handle_invalid_json(self):
def test_handle_invalid_event(self, event):
from handler import handle
handle(event, None)
self._verify(0)
self._verify(0)

0 comments on commit 4bfce5a

Please sign in to comment.