mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
chore: fix some function names in comment
Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
This commit is contained in:
@@ -244,7 +244,7 @@ func WaitForContainer(p PodmanTestCommon) bool {
|
||||
return p.WaitForContainer()
|
||||
}
|
||||
|
||||
// WaitForContainerReady is a wrapper function for accept inheritance PodmanTest struct.
|
||||
// WaitContainerReady is a wrapper function for accept inheritance PodmanTest struct.
|
||||
func WaitContainerReady(p PodmanTestCommon, id string, expStr string, timeout int, step int) bool {
|
||||
return p.WaitContainerReady(id, expStr, timeout, step)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user