Skip to content

Commit

Permalink
removed debugging pass
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra committed Dec 15, 2023
1 parent 1eb8d7b commit 2fd9f77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration-tests/helpers_bulkprocessor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ def setup_class(self):
)

def teardown_class(self):
# assert self.client.databases().delete(self.db_name).is_success()
pass
assert self.client.databases().delete(self.db_name).is_success()

@pytest.fixture
def record(self) -> dict:
Expand Down

0 comments on commit 2fd9f77

Please sign in to comment.