Skip to content

Commit

Permalink
Add a test line
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jul 13, 2021
1 parent 45bd757 commit 7568463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swsssdk/configdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def __init__(self, decode_responses=True, **kwargs):
self.TABLE_NAME_SEPARATOR = '|'
self.KEY_SEPARATOR = '|'
self.handlers = {}
self.test_cover = ''

def __wait_for_db_init(self):
client = self.get_redis_client(self.db_name)
Expand Down

0 comments on commit 7568463

Please sign in to comment.