Skip to content

Commit 7f3a3b2

Browse files
committed
Test
1 parent 4b88649 commit 7f3a3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class MockWorkspace(object):
245245

246246
def __init__(self):
247247
self._environments = {}
248-
print(self._environments)
248+
sys.stdout.write(str(self._environments))
249249

250250

251251
@pytest.mark.skipif(PY2 or not LINUX or not CI, reason="tested on linux and python 3 only")

0 commit comments

Comments
 (0)