Skip to content

Commit de7c14b

Browse files
committed
try more difficult fix
1 parent faeac2b commit de7c14b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/test_examples.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,13 @@ def test_params(self):
138138

139139
class TestFactory(unittest.TestCase):
140140

141-
#def _find_default_container(default_container_id, builder):
142-
# return default_container_id
141+
def _find_default_container(default_container_id, builder):
142+
return default_container_id
143143

144144
def test_factory(self):
145145
if onWindows():
146-
#opts = {'find_default_container': functools.partial(
147-
# _find_default_container, windows_default_container_id)}
148-
opts = {'default_container': windows_default_container_id,
146+
opts = {'find_default_container': functools.partial(
147+
_find_default_container, windows_default_container_id),
149148
'use_container': True}
150149
else:
151150
opts = {}

0 commit comments

Comments
 (0)