Skip to content

Commit 14e1838

Browse files
aniketpaluntkathole
authored andcommitted
Removed unnecessary tearDown function from TestOnlineWrites
Signed-off-by: Aniket Paluskar <[email protected]>
1 parent c1f9dc8 commit 14e1838

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/python/tests/unit/online_store/test_online_writes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ def test_view(inputs: dict[str, Any]) -> dict[str, Any]:
127127
inputs=driver_dict,
128128
)
129129

130-
def tearDown(self):
131-
import shutil
132-
shutil.rmtree(self.data_dir)
133-
134130
def test_online_retrieval(self):
135131
entity_rows = [
136132
{

0 commit comments

Comments
 (0)