6 lines
87 B
V
6 lines
87 B
V
module docker
|
|
|
|
fn test_contains_ssh_port() {
|
|
assert contains_ssh_port(['20001:22'])
|
|
}
|