Skip to content

Commit 283efbd

Browse files
author
Qian Chen
committed
test2
1 parent 555b88e commit 283efbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_handler_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self):
5454
@patch('importlib.util.spec_from_file_location', MagicMock())
5555
@patch('importlib.util.module_from_spec', return_value=UserModuleTransformFn())
5656
@patch('os.path.exists', return_value=True)
57-
def test_user_module_transform_fn(spec_from_file_location, module_from_spec, env, path_exists):
57+
def test_user_module_transform_fn(path_exists, module_from_spec, spec_from_file_location, env):
5858
env.return_value.module_name = MODULE_NAME
5959
transformer = HandlerService._user_module_transformer()
6060

0 commit comments

Comments
 (0)