Skip to content

Commit d558fe7

Browse files
committed
adjust scope
1 parent 9c86017 commit d558fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_examples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ def test_params(self):
136136
self.assertEqual(expr.interpolate("$(foo[\"b\\'ar\"].baz) $(foo[\"b\\'ar\"].baz)", inputs), "true true")
137137
self.assertEqual(expr.interpolate("$(foo['b\\\"ar'].baz) $(foo['b\\\"ar'].baz)", inputs), "null null")
138138

139+
def _find_default_container(default_container_id, builder):
140+
return default_container_id
139141

140-
class TestFactory(unittest.TestCase):
141142

142-
def _find_default_container(default_container_id, builder):
143-
return default_container_id
143+
class TestFactory(unittest.TestCase):
144144

145145
def test_factory(self):
146146
if onWindows():

0 commit comments

Comments
 (0)