Skip to content

Commit a0d9276

Browse files
committed
fix: [#117] correct test file paths in dependency-installer Cargo.toml
- Updated test names to match actual file names - Fixed path from docker_check_command.rs to check_command_docker_integration.rs - Fixed path from docker_install_command.rs to install_command_docker_integration.rs
1 parent 1e1ee7d commit a0d9276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/dependency-installer/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
2525
testcontainers = "0.25"
2626

2727
[[test]]
28-
name = "docker_check_command"
29-
path = "tests/docker_check_command.rs"
28+
name = "check_command_docker_integration"
29+
path = "tests/check_command_docker_integration.rs"
3030

3131
[[test]]
32-
name = "docker_install_command"
33-
path = "tests/docker_install_command.rs"
32+
name = "install_command_docker_integration"
33+
path = "tests/install_command_docker_integration.rs"

0 commit comments

Comments
 (0)