Skip to content

Commit

Permalink
Merge pull request #15 from bonicim/fix-tests
Browse files Browse the repository at this point in the history
Fix path issue in tests
  • Loading branch information
craig8 authored Nov 29, 2022
2 parents 5bf6e1a + f7d1f91 commit 60371be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_startup_instance(volttron_instance: PlatformWrapper):
assert volttron_instance.is_running()

# Agent install path based upon root of this repository
agent_pth = Path(__file__).parent.parent.parent.resolve().as_posix()
agent_pth = Path(__file__).parent.parent.resolve().as_posix()

vi = volttron_instance
assert vi is not None
Expand Down

0 comments on commit 60371be

Please sign in to comment.