Skip to content

Commit

Permalink
fix: extra merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Feb 5, 2025
1 parent b7ceab4 commit 7210170
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit_tests/smart_datalake/test_smart_datalake.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def test_enable_cache(sample_dataframes):
# Test with cache disabled
mock_config.enable_cache = False
assert smart_datalake.enable_cache is False
<<<<<<< HEAD
=======


def test_enable_cache_setter(sample_dataframes):
Expand All @@ -71,4 +69,3 @@ def test_enable_cache_setter(sample_dataframes):
smart_datalake.enable_cache = False
assert mock_agent.context.config.enable_cache is False
assert smart_datalake._cache is None
>>>>>>> 98ea589882e8fa26e8972c28bfac7b282a675b75

0 comments on commit 7210170

Please sign in to comment.