Skip to content

Commit

Permalink
Merge pull request #15 from NefixEstrada/master
Browse files Browse the repository at this point in the history
fix(conn): add the missing close function for the connection
  • Loading branch information
Inveracity authored Jul 26, 2023
2 parents 6162163 + 701006d commit 72d2b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rethinkdb_mock/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ def _start(self, rql_query, **global_optargs):
def is_open(self):
return True

def close(self):
return True


class MockThink(object):
def __init__(self, initial_data):
Expand Down

0 comments on commit 72d2b2f

Please sign in to comment.