Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-code committed Oct 30, 2020
1 parent aa1117d commit d96df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ssh_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def setUp(self):
c = Connection.open(self.user, "127.0.0.1", ssh_key_file=None,
ssh_password="12345678", server_name="test")

self.p = c.Path("/tmp")
self.p = c.pathlib.Path("/tmp")

def test_flavour(self):
pass
Expand Down

0 comments on commit d96df86

Please sign in to comment.