Skip to content

Commit 63e87d7

Browse files
committed
tests/test_docker_warning.py: Fix error due to file name refactor
1 parent 9578058 commit 63e87d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_docker_warning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
class TestDefaultDockerWarning(unittest.TestCase):
99

1010
# Test to check warning when default docker Container is used on Windows
11-
@mock.patch("cwltool.draft2tool.onWindows",return_value = True)
12-
@mock.patch("cwltool.draft2tool._logger")
11+
@mock.patch("cwltool.tool.onWindows",return_value = True)
12+
@mock.patch("cwltool.tool._logger")
1313
def test_default_docker_warning(self,mock_logger,mock_windows):
1414

1515
class TestCommandLineTool(CommandLineTool):

0 commit comments

Comments
 (0)