Skip to content

Commit

Permalink
upated code
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal committed Jan 14, 2025
1 parent fd6751a commit 07c69ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/switchmap_/dashboard/table/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

# Add the project root directory to sys.path
ROOT_DIR = os.path.abspath(
os.path.join(os.path.dirname(__file__), "../../../../")
os.path.join(
os.path.dirname(__file__), os.pardir, os.pardir, os.pardir, os.pardir
)
)

if ROOT_DIR not in sys.path:
sys.path.insert(0, ROOT_DIR)

Expand Down

0 comments on commit 07c69ad

Please sign in to comment.