Skip to content

Commit de67959

Browse files
committed
fix: test docstring fix
Signed-off-by: Tim Yarkov <[email protected]>
1 parent 4869f0e commit de67959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slsa_analyzer/build_tool/test_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_get_build_dirs(snapshot: list, docker_tool: Docker, mock_repo: Path) ->
3737
],
3838
)
3939
def test_docker_build_tool(docker_tool: Docker, macaron_path: str, mock_repo: str, expected_value: bool) -> None:
40-
"""Test the Gradle build tool."""
40+
"""Test the Docker build tool."""
4141
base_dir = Path(__file__).parent
4242
ctx = prepare_repo_for_testing(mock_repo, macaron_path, base_dir)
4343
assert docker_tool.is_detected(ctx.component.repository.fs_path) == expected_value

0 commit comments

Comments
 (0)