Skip to content

Commit

Permalink
test: fix paths for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Sep 8, 2024
1 parent ae1766d commit b0851a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arey/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from pytest_mock import MockerFixture

from arey.config import create_or_get_config_file, get_config
from arey.platform.assets import DEFAULT_CONFIG_DIR
from arey.tests.doubles.config import get_dummy_config

DEFAULT_CONFIG_DIR = os.path.expanduser("~/.config/arey")
DEFAULT_CONFIG_FILE = os.path.join(DEFAULT_CONFIG_DIR, "arey.yml")


Expand Down

0 comments on commit b0851a9

Please sign in to comment.