Benjamin Schubert pushed to branch bschubert/fix-atomic-move-git-repo at BuildStream / buildstream
Commits:
-
97a94143
by Benjamin Schubert at 2018-11-07T14:00:04Z
1 changed file:
Changes:
... | ... | @@ -52,7 +52,7 @@ def test_git_mirror_atomic_move(tmpdir, type_, setup): |
52 | 52 |
# Create required elements
|
53 | 53 |
class DummySource:
|
54 | 54 |
def get_mirror_directory(self):
|
55 |
- return tmpdir.join("source").mkdir()
|
|
55 |
+ return str(tmpdir.join("source").mkdir())
|
|
56 | 56 |
|
57 | 57 |
status = mock.MagicMock()
|
58 | 58 |
|