Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
yejianquan committed Dec 16, 2024
1 parent 738dc0d commit c68978c
Show file tree
Hide file tree
Showing 2 changed files with 763 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/mock_tables/dbconnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def get_message(self):
def psubscribe(self, *args, **kwargs):
pass

def punsubscribe(self, *args, **kwargs):
pass

def __call__(self, *args, **kwargs):
return self

Expand Down
Loading

0 comments on commit c68978c

Please sign in to comment.